TanStackT
TanStack14mo ago
9 replies
sad-indigo

rows are jizzy

i have this
  const virtualizer = useVirtualizer({
    count: data?.spaces.length ?? 10000,
    getScrollElement: () => parentRef.current,
    estimateSize: () => 34,
    overscan: 20,
    enabled: !!data?.spaces,
  });
Was this page helpful?