-
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
Support for MUI 5 #326
Comments
This is a duplicate of #305. For a workaround, see my patch (for patch-package) in the comments of that issue. |
So if I understand well the current situation (late november 2022) is that the support for MUI v5 has been merged, but not been released yet. Of course as this is an open source project the author is absolutely free to manage it as she sees fit, but I would humbly suggest that it would be nice to consolidate it as soon as possible, to prevent bad fragmentation and confusion, which is already happening, at least from my perspective, because I'm currently forced to use this fork: https://github.com/Deckstar/mui-file-dropzone, which is itself, if I understood correctly, based on another fork: https://github.com/sah/material-ui-dropzone. |
It seems there's also this fork: https://github.com/lifeeric/material-ui-dropzone, published on npm JS as: https://www.npmjs.com/package/react-mui-dropzone For my part, I returned finally to plain |
Bug Report
Describe the bug
Material-ui-dropzone is not compatible with mui 5, since it requires following packages:
"@material-ui/core"
"@material-ui/icons"
these packages were renamed to:
"@mui/material"
"@mui/icons-material"
The text was updated successfully, but these errors were encountered: