flyingant / react-scroll-to-component

smooth scrolling to react component via reference.
https://flyingant.github.io/react-scroll-to-component/
168 stars 27 forks source link

Invalid calling object at animate(eval code:46:5) at scrollTo in IE #25

Open Pranav-Dakshina opened 5 years ago

Pranav-Dakshina commented 5 years ago

I get the below error in IE TypeError: Invalid calling object at animate (eval code:46:5) at scrollTo (eval code:50:3) at module.exports (eval code:31:3) at Anonymous function (eval code:136:11) at callCallback (eval code:16433:152) at commitUpdateEffects (eval code:16472:29) at commitUpdateQueue (eval code:16460:19) at commitLifeCycles (eval code:17365:3) at commitAllLifeCycles (eval code:18736:44) at callCallback (eval code:150:1)

Pranav-Dakshina commented 5 years ago

I guess this error due to https://github.com/component/scroll-to which is a dependency in this repo. component/scroll-to#16