TanStackT
TanStack3y ago
2 replies
sad-indigo

Jumping scrolling and flickering with @tanstack/react-virtual

Hi there,
I'm trying to implement the @tanstack/react-virtual library on a page with a scroll list of approx 90 items. I have been able to return the virtualItems but I find that when I scroll down in larger strokes / somewhat quickly I'm getting the scrollbar jumping and the page flickering.

This is in a Next JS 14.0.3 pages router project. Is there anything that jumps out in the code below as obviously wrong? Here is my component (uploaded file).
Was this page helpful?