Hello, I've taken a look at the implementation from Solid / React for their tanstack virtuallist adapter. This is more or less a copy from those examples. Unfortunately the list renders white when you scroll fast enough.
I believe this would be due to the async state commits, is there an analog to flushSync in Qwik ?
Or is this related to something else ? Any help would be appreciated 😊
The single-file repro is attached, unfortunately too large for Discord. To run the example the basic pnpm create qwik@latest && npm i @tanstack/virtual-core is all that's needed.