-
Notifications
You must be signed in to change notification settings - Fork 173
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
Upgrade material ui dependency to v5. #189
Comments
bump
|
Chonky will die a quick death if key dependencies are not kept up to date. 👍🏼 |
Since it looks like this project hasn't had any updates in over a year, I suspect it may already be too late. :( FWIW, as a temporary (pretty awful) patch, you 'might' be able to get around this by putting this in your package.json:
|
@TimboKZ Would you accept a PR on this? |
@dominique-mueller @LeifAndersen Try this updated version https://github.com/aperturerobotics/react-chonky. I have also done the whole migration in emotion and muiv5 and some general tweaks like Material 3, virtuoso for better performance on virtual lists and also removed dependency on icon packages (both in one) you can check my fork also here https://github.com/divyam234/react-chonky |
Right now this library uses material ui v4. It looks like that its no longer being maintained since v5 has come out:
https://www.npmjs.com/package/@material-ui/core
Unfortunately, it also looks like v4 relies on react 17, and fails on react 18. As such, chonky also seems to require react 17.
The text was updated successfully, but these errors were encountered: