Tomas Discoli

Results 1 issues of Tomas Discoli

# Description Fix for [this issue](https://github.com/streamich/react-use/issues/1711) `x`, `y`, `top` and `left` are always `0` inside `contentRect` Replace the usage of `ResizeObserverEntry.contentRect`, and retrive values from `ResizeObserverEntry.target.getBoundingClientRect()` https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserverEntry ## Type of...