-
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
Syle conflicts with @mui components #352
Comments
I am having this issue as well. Please advise. For me this began after upgrading to mui v5. Are there any plans to add a new official release to npm? |
any updates? |
@Standin-Alone For me this issue was caused by lingering dependencies to v4. Make sure you remove all dependencies to v4, including any 3rd party libs that used v4 |
okay got it |
how can i still use version 4? |
@Standin-Alone https://v4.mui.com/getting-started/installation/ With that said, I prefer v5 and I am glad I worked through the issues. This is off topic for the issue, though. Please reference the resource included for answers to any further questions |
I'm facing the same issue. How can I solve this |
So, I double checked my code and I actually used a fork. It appears that for the moment this repo is not being maintained #341 The fork that has been working for me is: https://github.com/Deckstar/mui-file-dropzone |
@ddemoss222 great hint … worth noting that this is available as an npm module as well. Took me some time to realise 😅
|
Hey this fixed the style issues but i cannot apply custom style to the dropzone ? is there any way or it is not possible? |
when I select an image, some styles change for some reason, for example this button changes his styling, the icons get smaller and I don't know if it happens with any other component
Before picking image
### After picking image
-->
The text was updated successfully, but these errors were encountered: