Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Sep 1, 2024
1 parent 27004b4 commit 24cb69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/child/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ The <b>size()</> method has been deprecated and replaced with <b>resize()</>. U
function setupResizeObservers() {
resizeObserver = new ResizeObserver(resizeObserved)
resizeObserver.observe(document.body)
resizeSet.add(document.body)
resizeSet.add(document.body)
attachResizeObserverToNonStaticElements(document.body)
}

Expand Down

0 comments on commit 24cb69a

Please sign in to comment.