github TanStack/virtual @tanstack/react-virtual@3.13.15

latest releases: @tanstack/svelte-virtual@3.13.18, @tanstack/vue-virtual@3.13.18, @tanstack/react-virtual@3.13.18...
7 days ago

Patch Changes

  • feat(react-virtual): add useFlushSync option (#1100)

    Adds a React-specific useFlushSync option to control whether flushSync is used for synchronous scroll correction during measurement.

    The default behavior remains unchanged (useFlushSync: true) to preserve the best scrolling experience.
    Disabling it avoids the React 19 warning about calling flushSync during render, at the cost of potentially increased visible whitespace during fast scrolling with dynamically sized items.

  • Updated dependencies [5a273bf]:

    • @tanstack/virtual-core@3.13.15

Don't miss a new virtual release

NewReleases is sending notifications on new releases.