dvdzkwsk / react-reformed

Make React forms simple again, see it here:
https://react-reformed.zuko.me/
MIT License
541 stars 32 forks source link

Deprecation warning about PropTypes #15

Closed zh217 closed 7 years ago

zh217 commented 7 years ago

I am getting this:

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

React version: 15.5.4

dvdzkwsk commented 7 years ago

I'll get any propType usage ported to the new external package when I get a minute. Thanks.

dvdzkwsk commented 7 years ago

Fixed with https://github.com/davezuko/react-reformed/commit/d2cca3160a835722a2ec18e0ed31f21295c84865. v1.1.1 has been published to npm.

BarryThePenguin commented 7 years ago

Thanks for this! 👏😁