subtirelumihail / react-fullpage

A react implementation of fullpage.js
304 stars 105 forks source link

TypeError: Cannot read property 'func' of undefined (React.PropTypes) #59

Open MatanBobi opened 6 years ago

MatanBobi commented 6 years ago

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.

mqliutie commented 6 years ago

So when updated?