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
Seems like top top scrollable container is rerendered before E_SCROLLABLE.RESIZE is processed by scrollbars, so their sizes are invalid basing on previous size when removing one of scrollbars by shrinking content.
Note: to fix this it's better to pass recalculated size from top level container instead of forceUpdating inside scrollbars.
Update ResizeDetector under this ticket with react-resize-detector
The text was updated successfully, but these errors were encountered:
Seems like top top scrollable container is rerendered before
E_SCROLLABLE.RESIZE
is processed by scrollbars, so their sizes are invalid basing on previous size when removing one of scrollbars by shrinking content.Note: to fix this it's better to pass recalculated size from top level container instead of forceUpdating inside scrollbars.
Update ResizeDetector under this ticket with
react-resize-detector
The text was updated successfully, but these errors were encountered: