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

SSR HTMLDivElement is not defined in 7.0.0 #74

Closed DoctorEaker closed 3 years ago

DoctorEaker commented 3 years ago

I'm using Nextjs and I noticed that when I use useResizeObserver in version 7.0.0 it throws the following error:

image

But if I use version 6.1.0 it works alright Haven't checked in other versions

ZeeCoder commented 3 years ago

Yeah this is related to https://github.com/ZeeCoder/use-resize-observer/pull/62 Thanks for flagging.

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 7.0.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: