Patch Changes
-
feat(react-virtual): add
useFlushSyncoption (#1100)Adds a React-specific
useFlushSyncoption to control whetherflushSyncis 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 callingflushSyncduring 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