tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

use prop-types package for PropTypes #484

Closed adam187 closed 7 years ago

adam187 commented 7 years ago

https://facebook.github.io/react/warnings/dont-call-proptypes.html

Note: React.PropTypes is deprecated as of React v15.5. Please use the prop-types library instead.

tleunen commented 7 years ago

Thank you @adam187!