Open anupalhub opened 5 years ago
Hi
I am trying to use it with react-waypoint with autoplay to false and with control from state. However, it works on single Waypoint but giving error on more than one. TypeError: Cannot read property 'play' of undefined
react-waypoint
TypeError: Cannot read property 'play' of undefined
Can you help?
The initial props need to have an array with more than one item
Hi
I am trying to use it with
react-waypoint
with autoplay to false and with control from state. However, it works on single Waypoint but giving error on more than one.TypeError: Cannot read property 'play' of undefined
Can you help?