react-use-measure
react-use-measure copied to clipboard
Does not work on Safari: Polyfill not injecting?
At least for Safari. Usage is like this:
import ResizeObserver from 'resize-observer-polyfill'
...
const [ref, bounds] = useMeasure({
polyfill: ResizeObserver,
})
I have the same issue with safari polyfill issue.. Have you found a solution for that