fisshy / react-scroll

React scroll component
https://github.com/fisshy/react-scroll/blob/master/README.md
MIT License
4.36k stars 438 forks source link

Need polyfill for Edge ? #382

Open nicolas-saubi opened 5 years ago

nicolas-saubi commented 5 years ago

https://caniuse.com/#search=scrollTo https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/15534521/ And our app's logs : [object Error]: {description: "Object doesn't support property or method 'scrollTo'", message: "Object doesn't support property or method 'scrollTo'", number: -2146827850, stack: "TypeError: Object doesn't support property or method 'scrollTo' at value.

Seems we should ensure to convert the scrollTo method to a scrollTop + scrollLeft property change.

fisshy commented 5 years ago

I haven't tested this, but yes a pollyfill could solve it.