Skip to content
New issue

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

Import ThemeProvider instead of MuiThemeProvider #13

Merged
merged 1 commit into from
Jan 6, 2020

Conversation

takumakanari
Copy link
Contributor

Related to mui/material-ui#17900 , it seems to use ThemeProvider to avoid the following error on the browser.

Material-UI: you have imported a private module.

Please replace the '@material-ui/core/styles/MuiThemeProvider' import with:
`import { ThemeProvider as MuiThemeProvider } from '@material-ui/core/styles';`

@snakajima snakajima merged commit 7571fd4 into snakajima:master Jan 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants