[MM-58304] Move global pluggable outside of new main-wrapper div (#27035)
Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
4a77d9e964
Коммит
3490143e37
@@ -126,11 +126,11 @@ exports[`components/Root Routes Should mount public product routes 1`] = `
|
||||
/>
|
||||
<Connect(RootRedirect) />
|
||||
</Switch>
|
||||
<Connect(Pluggable)
|
||||
pluggableName="Global"
|
||||
/>
|
||||
<withRouter(Connect(SidebarRight)) />
|
||||
</div>
|
||||
<Connect(Pluggable)
|
||||
pluggableName="Global"
|
||||
/>
|
||||
<AppBar />
|
||||
<Connect(Component) />
|
||||
</CompassThemeProvider>
|
||||
|
||||
@@ -619,9 +619,9 @@ export default class Root extends React.PureComponent<Props, State> {
|
||||
/>
|
||||
<RootRedirect/>
|
||||
</Switch>
|
||||
<Pluggable pluggableName='Global'/>
|
||||
<SidebarRight/>
|
||||
</div>
|
||||
<Pluggable pluggableName='Global'/>
|
||||
<AppBar/>
|
||||
<SidebarRightMenu/>
|
||||
</CompassThemeProvider>
|
||||
|
||||
Ссылка в новой задаче
Block a user