-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
What changed in v2? Please document breaking changes #12260
Comments
@barbalex We have updated the icons to reflect what's available on https://material.io/tools/icons/. There are 5,000 icons. It's the best we can do. Some icons are no longer present, some icons have a different name, some new icons are available. Please provide a full reproduction test case. This would help a lot 👷 . |
I fear we can't really do better than that. |
Module not found: Can't resolve '@material-ui/core/SvgIcon' in 'C:\Users\alexa\node_modules\@material-ui\icons\utils' This looks like a caching issue. |
Actually it seems that basic functionality is breaking as the full error message is:
It does not seem to be a missing icon that creates this problem. Or am I missing something? I tried using the codesandbox.io template but got a different error:
See here: https://codesandbox.io/s/py39j89m67 Where is that helpful sentence you quoted? I searched for releases, a changelog file or a mention in the readme file before updating. But found nothing. |
I ran:
... and still get the error. I am on Windows 10. |
Your example is working fine when you remove the icons v1.x dependency: |
Oops. You're right. Sorry for not noticing there was that dependency. Seems like I do something in my app that does not happen in the code sandbox example and that works with v1.1.0. |
Expected Behavior
Expect to find either documented realeases or a changelog file.
Current Behavior
There seems to be no documentation on breaking changes.
Context
I just updated to v2 and get an error:
So I need to revert to 1.1.0.
Seems weird that the icon is missed from the parent folder though: My project is situated at
C:\Users\alexa\node_modules\apf2
The text was updated successfully, but these errors were encountered: