Closed rijk closed 7 years ago
Fixes #39.
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
From https://facebook.github.io/react/docs/typechecking-with-proptypes.html:
Note: React.PropTypes is deprecated as of React v15.5. Please use the prop-types library instead.
Thanks!
Fixes #39.
Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
From https://facebook.github.io/react/docs/typechecking-with-proptypes.html: