-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Description
Hello.
I use react-measure to detect dimensions and offset changes in my case.
Main idea: Have a visible list and list of hidden items;
But I have no way to track offset changes.
I created demo: https://codesandbox.io/s/modest-list-omkl0
I have a list like this:
And if add some element:
No one after the new element does not touch onResize callback. Yeah, dimensions stay without changes but bounds (offsets) have been changed.
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels

