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