g787543 / infinite-react-carousel

Infinite carousel for react
https://g787543.github.io/infinite-react-carousel/
MIT License
110 stars 34 forks source link

ResizeObserver not working in safari #1

Closed kobbe82 closed 5 years ago

kobbe82 commented 5 years ago

The slider doesn't work in safari: ReferenceError: Can't find variable: ResizeObserver. Using version 1.2.0

ResizeObserver class is not (native) implemented in safari so probably need to include the polyfill

g787543 commented 5 years ago

Hi @kobbe82

Thank you for your reply, Give me a moment and let me see what the problem is.

g787543 commented 5 years ago

I already pushed the new version on npm, please try again, thanks.

kobbe82 commented 5 years ago

It works now, thanks!