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

PropTypes via the main React package is deprecated #6542

Closed
kienhg96 opened this issue Apr 8, 2017 · 4 comments · Fixed by #6577
Closed

PropTypes via the main React package is deprecated #6542

kienhg96 opened this issue Apr 8, 2017 · 4 comments · Fixed by #6577
Labels
bug 🐛 Something doesn't work

Comments

@kienhg96
Copy link

kienhg96 commented Apr 8, 2017

warning.js:36 Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

New release version of React (15.5.0) add new Warning that React.PropTypes will be deprecated soon. You must use the prop-types package from npm.

@oliviertassinari
Copy link
Member

Notice that the next branch has been migrated to the prop-types package.
The master branch isn't actively maintained, any help is welcomed.

@Colmea
Copy link

Colmea commented Apr 13, 2017

@oliviertassinari I have the same issue. What branch should we use ? 'next' branch doesn't seem to work perfectly (missing svg Icon, for instance), and you say that master branch is not maintained anymore.

@oliviertassinari
Copy link
Member

oliviertassinari commented Apr 13, 2017

missing svg Icon, for instance

@Colmea The svg icons are published under their own package, for more details: https://material-ui-1dab0.firebaseapp.com/style/icons#svg-icons.

master branch is not maintained anymore

I'm not saying that the master is no longer maintained. I'm saying that we don't plan any features/core improvements based on that branch. We focus on bug fixes and stability.

@Colmea
Copy link

Colmea commented Apr 13, 2017

Ok perfect, thanks for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants