JFusco / react-predictive-input

WAI-ARIA compliant React autocomplete component
https://jfusco.github.io/react-predictive-input
MIT License
7 stars 0 forks source link

React proptypes migation #3

Closed phgn0 closed 6 years ago

phgn0 commented 6 years ago

React 15.5 moved proptypes to its own module 'prop-types'. Therefore react-predictive-input does not work with newer react versions.

A few renames should be sufficient to migrate.

Thanks for making this project :)

JFusco commented 6 years ago

Thanks for the reminder. I will update!

JFusco commented 6 years ago

@phgn0 This is fixed in 1.2.6: https://github.com/JFusco/react-predictive-input/releases/tag/v1.2.6