Open noahpresler opened 7 years ago
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.
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.