dabbott / javascript-playgrounds

An interactive JavaScript sandbox
https://unpkg.com/javascript-playgrounds/public/index.html
Other
1.4k stars 131 forks source link

Cannot read property 'any' of undefined using react 16.2.0 #29

Closed gverni closed 6 years ago

gverni commented 6 years ago

If the Webplayer is used with react 16.2.0 the following error is thrown:

TypeError: Cannot read property 'any' of undefined (anonymous function) node_modules/react-native-web-player/dist/react-native-web-player.js:1

This is due to deprecation of PropTypes in react 15.5 and above (see https://reactjs.org/warnings/dont-call-proptypes.html)