maslianok / react-resize-detector

A Cross-Browser, Event-based, Element Resize Detection for React
http://maslianok.github.io/react-resize-detector/
MIT License
1.25k stars 91 forks source link

Use useEffect for SSR, add ref.current to dependency array #139

Closed whplh closed 3 years ago

whplh commented 3 years ago

Relates to #130 and #138

fix for #138 borrowed from (MIT-License)

Resources for #138: res1 and maybe res2

maslianok commented 3 years ago

Merged. Thanks for your work 👍