[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) />
|
<Connect(RootRedirect) />
|
||||||
</Switch>
|
</Switch>
|
||||||
<Connect(Pluggable)
|
|
||||||
pluggableName="Global"
|
|
||||||
/>
|
|
||||||
<withRouter(Connect(SidebarRight)) />
|
<withRouter(Connect(SidebarRight)) />
|
||||||
</div>
|
</div>
|
||||||
|
<Connect(Pluggable)
|
||||||
|
pluggableName="Global"
|
||||||
|
/>
|
||||||
<AppBar />
|
<AppBar />
|
||||||
<Connect(Component) />
|
<Connect(Component) />
|
||||||
</CompassThemeProvider>
|
</CompassThemeProvider>
|
||||||
|
|||||||
@@ -619,9 +619,9 @@ export default class Root extends React.PureComponent<Props, State> {
|
|||||||
/>
|
/>
|
||||||
<RootRedirect/>
|
<RootRedirect/>
|
||||||
</Switch>
|
</Switch>
|
||||||
<Pluggable pluggableName='Global'/>
|
|
||||||
<SidebarRight/>
|
<SidebarRight/>
|
||||||
</div>
|
</div>
|
||||||
|
<Pluggable pluggableName='Global'/>
|
||||||
<AppBar/>
|
<AppBar/>
|
||||||
<SidebarRightMenu/>
|
<SidebarRightMenu/>
|
||||||
</CompassThemeProvider>
|
</CompassThemeProvider>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user