-
Notifications
You must be signed in to change notification settings - Fork 0
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
Material Library Migration #81
Comments
Will need to consider migrate to material UI on other parts of the app since it's making the app crash -
|
The issue starts occurring in Chrome as well.
|
Since the MDC is deprecated, we should migrate to new UI library. Looks like new library will not have this issue. If we got an error crash similar to this, we should try to switch the component to use the one provide by new UI library, in the future. |
The official React mdc implementation (by Google) is deprecated, which is surprising and disappointing. However, there're couple few React material community libraries that are promising. Anyway, we'll have to migrate to one of these libraries.
We can start from one or two single places using a new library while trying which library best fit our needs.
We'll target material-ui first since it's the most popular one.
The text was updated successfully, but these errors were encountered: