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
During the virtualization function, the redrawing of elements is recalculating the position as items are added, and we suspect that this position calculation is causing a layout shift.
Describe the bug
LayoutShift occurs when using useInfiniteLoader.
During the virtualization function, the redrawing of elements is recalculating the position as items are added, and we suspect that this position calculation is causing a layout shift.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: