TanStack / virtual

🤖 Headless UI for Virtualizing Large Element Lists in JS/TS, React, Solid, Vue and Svelte
https://tanstack.com/virtual
MIT License
5.42k stars 293 forks source link

fix: When using initialRect, the first rendered nodes do not observe ResizeObserver. #816

Closed MukaNakazato closed 4 weeks ago

MukaNakazato commented 1 month ago

This fix changes the reference to instance.measureElement so that the ref callback is called again after instance._willUpdate() is called.

This PR resolves #815 .