-
Notifications
You must be signed in to change notification settings - Fork 227
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 mdc web dependencies to 2.x #885
Comments
Now that 0.14 is released, I want to warn one thing related directly to this issue (which is the reason behind I decided to comment instead of creating a new issue): You should attempt to use 0.13 version instead of upgrading to 0.14 if you're using a mdc's react package that was updated + a mdc's react package that was not updated. For example, I'm using
On my project using these two libraries, I now get these warnings by webpack's dashboard: So...If you wanna avoid the duplicated file, I guess the best solution is just to stay at version I also believe that it should not bring any conflicts because each package is isolated inside the webpack bundle. But I just wanted to document this small detail related to mdc's react that I observed on my project, that's directly related to this issue. :) |
these are the components that need to be upgraded:
@material/react-button
@material/react-card
@material/react-checkbox
@material/react-chips
@material/react-dialog
@material/react-drawer
@material/react-fab
@material/react-icon-button
@material/react-list
has breaking change@material/react-menu
has breaking change@material/react-radio
@material/react-ripple
@material/react-select
@material/react-snackbar
@material/react-switch
@material/react-tab-bar
@material/react-tab-indicator
@material/react-tab-scroller
@material/react-tab
@material/react-text-field
@material/react-top-app-bar
has breaking changeThe text was updated successfully, but these errors were encountered: