-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
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
undefined is not an object (evaluating '_react.default.PropTypes.bool') #34
Comments
Same issue
|
Solved, import PropTypes from 'prop-types' in AnimatedPullToRefresh.js |
can someone make a pull request? |
same issue |
I add import PropTypes from 'prop-types' in AnimatedPullToRefresh.js but still reporting the wrong |
In case anyone is still struggling with this issue - On top of adding the new import statement to AnimatedPullToRefresh.js: 'import PropTypes from 'prop-types' in AnimatedPullToRefresh.js' You also need to go through and replace all instances of 'React.PropTypes' with just 'PropTypes' EDIT: It seems this issue has actually already been taken care of in the repo, just hasn't been updated in the npm package yet... |
The text was updated successfully, but these errors were encountered: