-
Notifications
You must be signed in to change notification settings - Fork 247
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
Does material-ui-dropzone support mui@5? #341
Comments
facing the same issue |
@hemant026 nope. it supports v4 according to docs. there is a pull request but the author of the pr published it as a new package as this one seems dead. |
Hi @panz3r |
Got the same error with "@mui/material": "^5.6.3" 🥲 |
same here :( |
There is a PR That is in open status that need to be merged. And that PR also has conflicts so the author need to fix that PR. |
Bug Report
Describe the bug
i have migrated my project with @mui5.2.5. but when i download the dependencies of material-ui-dropzone getting the below error
./node_modules/material-ui-dropzone/dist/index.es.js
Module not found: Can't resolve '@material-ui/core/Button' in '/app/node_modules/material-ui-dropzone/dist'
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
material-ui-dropzone to support mui@5
The text was updated successfully, but these errors were encountered: