TanStackOSS
    virtual

virtual

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • 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

    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

    by Isaac Hunja

    I

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools