Swizec / useDimensions

A React Hook to measure DOM nodes
596 stars 45 forks source link

useSize won't recalculate height #31

Closed AlexK89 closed 4 years ago

AlexK89 commented 4 years ago

My problem is that when I increase viewport height it recalculate and do math correctly, but after when I decrease a viewport height it keeps the same number. It stay with the same number until I increase it more than the last calculated height.