subtirelumihail / react-fullpage

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

Checking PropTypes with prop-types package #47

Open robinvdvleuten opened 6 years ago

robinvdvleuten commented 6 years ago

As React.PropTypes is deprecated per React v16, I replaced all occurences by using the prop-types package.