We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have already started working on this in the refactor/material-ui-v5 branch.
But before I can finish the refactor, the safe-react-components library must be updated first.
The text was updated successfully, but these errors were encountered:
Making this upgrade would solve the following errors that occur when opening the date time picker:
Warning: Failed prop type: The prop justify of ForwardRef(Grid) is deprecated. Use justifyContent instead, the prop was renamed.
justify
ForwardRef(Grid)
justifyContent
And:
Material-UI: The fade color utility was renamed to alpha to better describe its functionality.
fade
alpha
Sorry, something went wrong.
No branches or pull requests
I have already started working on this in the refactor/material-ui-v5 branch.
But before I can finish the refactor, the safe-react-components library must be updated first.
The text was updated successfully, but these errors were encountered: