subtirelumihail / react-fullpage

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

update plugin for React v16 #67

Closed Chernavskikh closed 5 years ago

Chernavskikh commented 6 years ago

I have this error with 16 version of react

var ReactCurrentOwner = ReactInternals.ReactCurrentOwner; ^

TypeError: Cannot read property 'ReactCurrentOwner' of undefined

This is a common mistake for many plugins

subtirelumihail commented 5 years ago

This has been done in this #69