Patch Changes
-
#1282
b48e3b0- SkipflushSyncfor the synchronous notify raised frommeasureElement. React callsmeasureElementfrom a ref callback, i.e. while it is committing, andflushSynccannot 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 withoutflushSync. Notifies from every other path (ResizeObserver re-measures, scroll adjustments) still flush synchronously. -
Updated dependencies [
06d1b6b,2c0a0ea]:- @tanstack/virtual-core@3.17.11