Skip to content
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

Warning: Failed propType: Calling PropTypes validators directly is not supported by the prop-types package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types Check the render method of X #85

Open
petergab opened this issue Nov 30, 2017 · 0 comments

Comments

@petergab
Copy link

I'm using:

"react": "15.0.1",
"react-dom": "15.0.1",
"react-hammerjs": "1.0.1",

Everything works like a charm, but I get the following error in console:

Warning: Failed propType: Calling PropTypes validators directly is not supported 
by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. 
Read more at http://fb.me/use-check-prop-types Check the render method of X

As described in above documentation:

You might be seeing this message because a component library has updated 
to use prop-types package, but your version of React is incompatible with it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant