Yuvaleros / material-ui-dropzone

A Material-UI file upload dropzone
MIT License
483 stars 248 forks source link

Does material-ui-dropzone support mui@5? #341

Open prakash2091 opened 2 years ago

prakash2091 commented 2 years ago

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:

  1. install material ui with latest version
  2. try install with material-ui-dropzone
  3. dependency error in console
  4. See error

Expected behavior

material-ui-dropzone to support mui@5

Screenshot 2021-12-28 at 8 41 35 PM
hemant026 commented 2 years ago

facing the same issue

ygd commented 2 years ago

@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.

lcanavesio commented 2 years ago

Hi @panz3r
Could you review the pr or how we could help?

RachelYang1999 commented 2 years ago

Got the same error with "@mui/material": "^5.6.3" 🥲

wallisonfelipe commented 2 years ago

same here :(

bil4aug commented 2 years ago

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.