Closed phgn0 closed 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 :)
Thanks for the reminder. I will update!
@phgn0 This is fixed in 1.2.6: https://github.com/JFusco/react-predictive-input/releases/tag/v1.2.6
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 :)