-
Notifications
You must be signed in to change notification settings - Fork 934
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
Add @mui/styles as peerDependency #1820
Comments
#1826 UP |
I was just facing this issue too bcause MUI is upgrading, so I need to install @mui/styles package too. But when I check using |
This should not be a correct fix. @mui/styles is deprecated and is creating issues with the newer version of react. TypeError: Cannot read property 'down' of undefined |
@thefat32 in release 4.1.0 @mui/styles was removed at all from project, please update your version, and close issue if all is good now |
As @Fullbusters pointed, this was solved in #1862. Thank you! Closing this |
With the migration to MUI V5 it was necessary to use
@mui/styles
package to keep usingcreateStyles
andmakeStyles
utils. It should be added as a peerDependency.The text was updated successfully, but these errors were encountered: