react-hammerjs
react-hammerjs copied to clipboard
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
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.