We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom theme should load fine as it did before on 4.0.0-alpha.6:
const theme = createMuiTheme({...}); return ( <StylesProvider generateClassName={generateClassName}> <ThemeProvider theme={theme}> <CssBaseline /> <div> <Nav /> <main>{this.props.children}</main> </div> </ThemeProvider> </StylesProvider> );
SSR styles appear broken, and when the client-app loads all components change to the default material-ui theme.
I'm suspecting this may have something to do with memoizing the theme in the latest update, but not sure.
The text was updated successfully, but these errors were encountered:
@pheuter Duplicate of #15264?
Sorry, something went wrong.
@oliviertassinari Could be, I'll close this issue for now until some new information comes up, thanks.
No branches or pull requests
Expected Behavior 🤔
Custom theme should load fine as it did before on 4.0.0-alpha.6:
Current Behavior 😯
SSR styles appear broken, and when the client-app loads all components change to the default material-ui theme.
Steps to Reproduce 🕹
Context 🔦
I'm suspecting this may have something to do with memoizing the theme in the latest update, but not sure.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: