We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because of this change in React 16, accessing PropTypes in React now throws an error, which makes it impossible to load the js module. https://reactjs.org/warnings/dont-call-proptypes.html
The breaking line seems to be line 5 in component.js. I think there's a simple fix available if you follow the above link.
const { bool, object } = React.PropTypes;
Thanks for creating a cool library btw :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Because of this change in React 16, accessing PropTypes in React now throws an error, which makes it impossible to load the js module.
https://reactjs.org/warnings/dont-call-proptypes.html
The breaking line seems to be line 5 in component.js. I think there's a simple fix available if you follow the above link.
Thanks for creating a cool library btw :)
The text was updated successfully, but these errors were encountered: