TanStackT
TanStack14mo ago
5 replies
ordinary-sapphire

Custom scrollbars with tanstack/virtual

i have a scrollarea component from @mantine, which uses custom scrollbars to scroll inner element (likely via syncing scroll positions)

this triggers getScrollElement of rowVirtualizer each frame causing big perf drops
any solutions on using tanstack virtual with such custom scroll elements?
works fine with native scroll event from mouse
Was this page helpful?