Skip to content
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-UI: The fade color utility was renamed to alpha #6490

Closed
CyanoFresh opened this issue Aug 6, 2021 · 2 comments
Closed

Material-UI: The fade color utility was renamed to alpha #6490

CyanoFresh opened this issue Aug 6, 2021 · 2 comments
Labels

Comments

@CyanoFresh
Copy link

What happened instead:

I get this deprecation message after upgrading material ui to 4.12.3 package:
image

Related code:

Other information:

Environment

  • React-admin version: 3.17.1
  • React version: 16
@fzaninotto
Copy link
Member

Note that this warning only occurs in development. The warning tells that that this feature will be removed in MUI 5.0. Version 5.0 has many breaking changes and is only in beta, and we don't intend to support before react-admin 4.x. In other words, we don't intend to care about MUI 5.x in react-admin 3.x

If they put a deprecation warning for all breaking changes in 4.x, it'll be hell to fix on our side.

As the peerDependency on material-ui is "^4.11.2", fixing this warning this implies that we bump the minimal mui version in our next minor (3.18)

@fzaninotto
Copy link
Member

I'll move the discussion to #6451, as there are more warnings than this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants