Skip to content
Snippets Groups Projects
Commit fb3e298d authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Remove unsupported feature

parent bfc8de6c
No related branches found
No related tags found
1 merge request!43Mettre à jour Material UI vers la version 4
......@@ -7,8 +7,6 @@ function createPageContext() {
return {
// The standard class name generator.
generateClassName: createGenerateClassName(),
// This is needed in order to deduplicate the injection of CSS in the page.
sheetsManager: new Map(),
// This is needed in order to inject the critical CSS.
sheetsRegistry: new SheetsRegistry(),
theme,
......
......@@ -29,7 +29,6 @@ function withRoot(Component) {
// context.
return (
<MuiThemeProvider
sheetsManager={pageContext.sheetsManager}
theme={pageContext.theme}>
{/* CssBaseline kickstart an elegant, consistent, and simple baseline to */}
{/* build upon. */}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment