We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e490e44 commit 25f40f0Copy full SHA for 25f40f0
index.js
@@ -63,7 +63,7 @@ function useComponentSize(ref, opts) {
63
}
64
65
},
66
- [ref.current]
+ [ref.current, ResizeObserverConstructor]
67
)
68
69
return ComponentSize
0 commit comments