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
Note:
React.PropTypes has moved into a different package since React v15.5. Please use [the prop-types library instead](https://www.npmjs.com/package/prop-types).
The text was updated successfully, but these errors were encountered:
Getting an error
Cannot read properties of undefined (reading 'oneOfType')
It is due to React having changed the library for this back in 15.5: https://reactjs.org/docs/typechecking-with-proptypes.html
The text was updated successfully, but these errors were encountered: