You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
I'm using:
Everything works like a charm, but I get the following error in console:
As described in above documentation:
The text was updated successfully, but these errors were encountered: