react-hook icon indicating copy to clipboard operation
react-hook copied to clipboard

[resize-observer] Fixes #298 Provide optional ResizeObserverOptions

Open noahlaux opened this issue 1 year ago • 0 comments

This PR provides a way to provide options to the underlying ResizeObserver.

Usage

useResizeObserver(target, (entry) => setSize(entry.contentRect), { box: ['device-pixel-content-box']} );

Closes #298

noahlaux avatar Mar 30 '23 20:03 noahlaux