Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[resize-observer] Fixes #298 Provide optional ResizeObserverOptions #1

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

noahlaux
Copy link
Owner

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 jaredLunde#298

@noahlaux noahlaux merged commit 35336ea into master Mar 30, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support the box options property for useResizeObserver
1 participant