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

Support for MUI 5 #326

Open
iTzMeRafa opened this issue Sep 25, 2021 · 3 comments
Open

Support for MUI 5 #326

iTzMeRafa opened this issue Sep 25, 2021 · 3 comments

Comments

@iTzMeRafa
Copy link

iTzMeRafa commented Sep 25, 2021

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"

@sah
Copy link

sah commented Oct 1, 2021

This is a duplicate of #305. For a workaround, see my patch (for patch-package) in the comments of that issue.

@cjauvin
Copy link

cjauvin commented Nov 19, 2022

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.

@cjauvin
Copy link

cjauvin commented Dec 21, 2022

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 react-dropzone (on which all these libraries are based, ultimately).

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

No branches or pull requests

3 participants