| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @tanstack_react-virtual@3.14.8 source code.tar.gz | 2026-07-22 | 1.3 MB | |
| @tanstack_react-virtual@3.14.8 source code.zip | 2026-07-22 | 1.6 MB | |
| README.md | 2026-07-22 | 910 Bytes | |
| Totals: 3 Items | 3.0 MB | 0 | |
Patch Changes
-
#1237
aa536e7- Fix a gap at the top of the list after an end-anchored prepend indirectDomUpdatesmode. The prepend grows the total size and bumpsscrollOffsetto the new bottom in the same pass, but the size container's height was written after_willUpdatesynced the scroll position — so the browser clamped thescrollTopwrite to the stale (shorter)scrollHeight, leaving whitespace at the top until the next scroll. The container is now grown before the scroll sync. Only affecteddirectDomUpdatesmode (React-rendered sizers receive their height during render). -
Updated dependencies [
7ae32b5]:- @tanstack/virtual-core@3.17.6