Skip to content

Commit 0c8a499

Browse files
ci: apply automated fixes
1 parent 08c210e commit 0c8a499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.changeset/angry-poets-visit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
"@tanstack/react-virtual": patch
2+
'@tanstack/react-virtual': patch
33
---
44

55
feat(react-virtual): add `useFlushSync` option
66

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

9-
The default behavior remains unchanged (`useFlushSync: true`) to preserve the best scrolling experience.
9+
The default behavior remains unchanged (`useFlushSync: true`) to preserve the best scrolling experience.
1010
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.

0 commit comments

Comments
 (0)