cmswalker / fullpage-react

Stateful fullpage.js inspired scrolling for React
https://cmswalker.github.io/fullpage-react/
206 stars 42 forks source link

iOS 9 problem #88

Closed makc closed 6 years ago

makc commented 6 years ago

this line causes this error: screen shot 2018-05-21 at 2 39 38

fx:

let path = startEvent.path || (startEvent.composedPath ? startEvent.composedPath() : null);

cmswalker commented 6 years ago

fixed in 3.0.32