yuanyan/boron

Using PropTypes via the main React package is deprecated

noahpresler opened this issue · 3 comments

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.

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

Any updates on this?

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.