christianalfoni/formsy-react

Deprecation of React.PropTypes

philwhln opened this issue · 2 comments

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

Example...

formsy: React.PropTypes.object // What about required?

formsy: React.PropTypes.object

See https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes

Moved this issue to the new formsy organization: formsy/formsy-react#6

This issue has been SOLVED in the new formsy organization with Formsy 1.0.1: https://github.com/formsy/formsy-react