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:
- go to useInfiniteLoader example
- scroll down so that the content is fully loaded
- As you scroll up and down, you can see that the layout shifts column by column
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: