-
Notifications
You must be signed in to change notification settings - Fork 251
Upgrade to MUI v5.0.0 #328
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
base: master
Are you sure you want to change the base?
Conversation
hello @cacpgomes, A huge thanks for the valuable contribution, it means alot to us! unfortunately, when I tried to reproduce it I got a few errors. you need to install the best regards |
Hello @lifeeric . I'll check today the errors reported and I'll pull a new version. |
hello @cacpgomes. Thank you for your response! I've fixed the above issues. but now I'm getting other issues, when I drop the file to it, here is my code.
best regards |
Hello @lifeeric
Suggestion:
|
@cacpgomes Wow, that's absolutely mind-blowing. I was struggling with the error and never knew to fix it by adding You're the real hero, You saved my day, A huge Thanks to you! |
@lifeeric , many thanks for your comments. React it's tricky and it was not the first time I had problems with forwardRef. We have to understand how components pass its props to children and how to access them. I'm glad I could help. I'm now testing a project with this forked component with mui 5 and everything is ok. |
Would be nice to get this MR merged. 🥇 I am waiting for this one. |
Hello @amireallyadev! the maintainer of this project looks very busy, but it may take some time to look into this. in the meantime, you can use this package which I've published with the help of @cacpgone for my project: or mui-dropzone Thank you! |
Seems we've duplicated effort. Might be nice to check this change and #327 against one another and pick the best from both. |
@lifeeric possible for you to upgrade support for react 18 in |
@sureshHARDIYA is there any issue in the library that requires the lib to be in react 18? thank you |
@lifeeric I am using this library |
@sureshHARDIYA oh, got it! I am totally packed with tasks. however, I'll try to fix it next week! thank you |
That would be nice. |
Description
Upgrade to use material-ui v5.0.0.
Type of change
The new peer dependencies are:
@mui/material, ^5.0.2
@emotion/react, ^11.4.1,
@emotion/styled, ^11.3.0,
@mui/icons-material, ^5.0.1,
@mui/styles, ^5.0.1,
How Has This Been Tested
Test Configuration:
Checklist