TanStack
OSS
virtual
Sign in / Sign up
Open main menu
virtual
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
fix/window-example-scroll-margin
4d760102 fix(examples): use layoutEffect ref for scrollMargin in window example Accessing listRef.current during render triggers the react-hooks/refs ESLint rule in eslint-plugin-react-hooks v7. Use the same pattern as the dynamic example: store the offset in a separate ref via useLayoutEffect. Fixes #1116
6 hours ago
by Isaac Hunja
I
Succeeded
fix/svelte-setOptions-store-update
b4065a22 fix(svelte-virtual): force store update when setOptions is called When options like `count` change but the visible range stays the same, `onChange` is never called (it only fires on range changes). This means the Svelte store is not updated and the component does not re-render. Fix by calling `virtualizerWritable.set(virtualizer)` after _willUpdate() so the store always reflects the latest virtualizer state after any options change. This mirrors how vue-virtual uses `triggerRef(state)` after _willUpdate(). Fixes #969
11 hours ago
by Isaac Hunja
I
Previous page
Previous
Next
Next page