Skip to content

@tanstack/react-virtual@3.14.13

Choose a tag to compare

@github-actions github-actions released this 14 Sep 10:20
Immutable release. Only release title and notes can be modified.
78371e8

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