Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 250e8c8

Browse files
committed
further notes
1 parent 40e8af3 commit 250e8c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ const App = () => (
3131
- If the optional `element` prop is given, the the component will observe the
3232
size changes of that given element, instead of looking for the root DOM node
3333
inside the component. (This avoids calling `ReactDOM.findDOMNode(this)`.)
34+
- Uses [resize-observer-polyfill](https://github.com/que-etc/resize-observer-polyfill)
35+
internally, which falls back to the native ResizeObserver, if available
3436

3537
## License
3638

0 commit comments

Comments
 (0)