maryvilledev / codesplain-embedded

0 stars 0 forks source link

Switch to prop-types #12

Closed solkaz closed 7 years ago

solkaz commented 7 years ago

With React 15.5.0 PropTypes have been deprecated from the React package and moved to the prop-types package, which a console message will warn about. We should migrate to using the new proptypes package to remove this message

solkaz commented 7 years ago

There's already a script to convert our project to use prop-types, too: https://github.com/reactjs/react-codemod#react-proptypes-to-prop-types