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

latest releases: @tanstack/virtual-core@3.17.11, @tanstack/solid-virtual@3.13.40, @tanstack/vue-virtual@3.13.39...
6 hours ago

Patch Changes

  • #1282 b48e3b0 - Skip flushSync for the synchronous notify raised from measureElement. React calls measureElement from a ref callback, i.e. while it is committing, and flushSync cannot flush there — it warns in development instead. The commit phase already runs at discrete (sync) priority, so the update lands in the same lane and the same frame without flushSync. Notifies from every other path (ResizeObserver re-measures, scroll adjustments) still flush synchronously.

  • Updated dependencies [06d1b6b, 2c0a0ea]:

    • @tanstack/virtual-core@3.17.11

Don't miss a new virtual release

NewReleases is sending notifications on new releases.