-
-
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
Import PropTypes from prop-types instead of react #6662
Comments
I dont think its released yet but the code is already in |
Ohh I see... I'll wait for the next release, thanks @slavab89 ! |
It's already released: https://github.com/callemall/material-ui/releases/tag/v1.0.0-alpha.11 |
I just looked a bit deeper and it seems these warnings are coming from |
In commit ddb0be1 there was an upgrade of |
Import PropTypes from
prop-types
instead ofreact
I've been seaching in the Issues/PR and I didn't found any referencing this...
In React 15.5 importing the
PropTypes
fromreact
package is starting to be depcreated as stated here, instead we should import it fromprop-types
packageAre there any plans of updating this in
next
version?Versions
The text was updated successfully, but these errors were encountered: