You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hm I'm not sure why the ResizeObserver wouldn't be picking this up 🤨 maybe due to children being virtualized. I'm pretty busy right now so I won't be able to look into the library itself for a bit, but I think you should be able to grab a ref to the Measure component and call the internal measure method yourself to update the dimensions:
I have an issue with the height of the scroll change.
Step 01: I load the page.
Step 02: Click a button to hide the top bar.
Step 03: Click a button to show the top bar again.
I don't know why React-measure did not trigger when the top bar is shown again.
Here is my code:
The text was updated successfully, but these errors were encountered: