ZeeCoder / use-resize-observer

A React hook that allows you to use a ResizeObserver to measure an element's size.
MIT License
651 stars 42 forks source link

Allow passing reference object to hook. #11

Closed anion155 closed 5 years ago

anion155 commented 5 years ago

It is essential in cases, when ref must be created in some other place, than this hook. Updated example of usage.

anion155 commented 5 years ago

Look like using ref is totally wrong in this kind of situation https://github.com/facebook/react/issues/14387