Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs tweak
  • Loading branch information
DaniGuardiola committed Aug 30, 2024
commit 42080a493f3812452437ec4d3cbf3907f13e59f8
2 changes: 1 addition & 1 deletion packages/components/src/utils/element-rect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function useResizeObserver(
element: HTMLElement
) => void,
/**
* Options to pass to the `ResizeObserver.observe` callback.
* Options to pass to `ResizeObserver.observe` when called internally.
*
* Updating this option will not cause the observer to be re-created, and it
* will only take effect if a new element is observed.
Expand Down