yuanyan / boron

A collection of dialog animations with React.js
https://yuanyan.github.io/boron
MIT License
1.48k stars 153 forks source link

Using PropTypes via the main React package is deprecated #38

Open noahpresler opened 7 years ago

noahpresler commented 7 years ago

modalFactory propTypes directly accesses the PropTypes via the React Package rather than using the npm prop-types package causing console errors. Accessing them directly is now deprecated.

jerairrest commented 7 years ago

This is fixed on: https://github.com/jerairrest/boron I do believe

RodrigoCarvalhoCode commented 7 years ago

Any updates on this?

Maxim-Mazurok commented 6 years ago

You can check out my fork with the use of prop-types package: https://github.com/Maxim-Mazurok/boron Also, I've created the pull request: #49 and will be glad for your help.