codecks-io / react-sticky-box

Sticky boxes for contents of all sizes
https://react-sticky-box.codecks.io/
ISC License
469 stars 44 forks source link

Use `PropTypes` from `prop-types` package #4

Closed patricksmith closed 7 years ago

patricksmith commented 7 years ago

The React maintainers deprecated using React.PropTypes in favor of using an external prop-types package.

After starting to use react-sticky-box I noticed this warning popping up in my console:

image

This change should remove the warning.

danielberndt commented 7 years ago

Just tested it, works fine. Thanks a lot! Will release a new version now :)