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
Since React 15.5 PropTypes is no longer a part of the main package and has to be included as a different package: prop-types.
When accessing PropTypes from the main package we get:
TypeError: Cannot read property 'func' of undefined.
Since React 15.5 PropTypes is no longer a part of the main package and has to be included as a different package:
prop-types
.When accessing PropTypes from the main package we get:
TypeError: Cannot read property 'func' of undefined.
Migration guide
I would gladly submit a PR for this one if this repo is still active.
The text was updated successfully, but these errors were encountered: