-
Notifications
You must be signed in to change notification settings - Fork 44
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
@material-ui to @mui #31
Comments
This library is not compatible with MUI v5, for now. If you're working with Typescript, I adapted the code for V5 compatibility, while waiting for the maintainer to do the necessary : In
You can then import it like so :
|
Thanks @RuellePaul, I edited your file:
|
someone published this code in https://www.npmjs.com/package/material-ui-nested-menu-item-v5 do you know who ? Thanks |
I have upgraded my project from @material-ui to @mui and i see below error when i use material-ui-nested-menu-item now.
error:
"./node_modules/material-ui-nested-menu-item/dist-web/index.js
Module not found: Can't resolve '@material-ui/core/Menu' in '/app/node_modules/material-ui-nested-menu-item/dist-web'"
later i found that the below dependencies incompatible with latest material ui library.
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
kindly advice...
The text was updated successfully, but these errors were encountered: