react-validation icon indicating copy to clipboard operation
react-validation copied to clipboard

Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0.

Open cblaettl opened this issue 8 years ago • 0 comments

Full warning:

Warning: Accessing PropTypes via the main React package is deprecated, and will be removed in React v16.0. Use the latest available v15.* prop-types package from npm instead. For info on usage, compatibility, migration and more, see https://fb.me/prop-types-docs

I think this is pretty straight forward to fix. See the above mentioned link.

cblaettl avatar Sep 18 '17 14:09 cblaettl