ZeeCoder / use-resize-observer

A React hook that allows you to use a ResizeObserver to measure an element's size.
MIT License
651 stars 42 forks source link

Use polyfill for ResizeObserver #33

Closed jacobdo2 closed 4 years ago

jacobdo2 commented 4 years ago

I might not understand the implications for doing that, but would it be possible to use a polyfill for the ResizeObserver so that it would not crash when using on Safari?

jacobdo2 commented 4 years ago

Sorry, I need to read more.