Qwik Virtual Scroll
Total count: 116
Loading?: no
visible range: 0-13
#0 - [codex] Improve missing Suspense flag diagnostic
#1 - [🐞] [V2] useAsync$ with clientOnly option, has issues with it(?)
#2 - [🐞] [V2] useVisibleTask$ doesn't get re-triggered if it modifies a tracked signal as part of the task.
#3 - perf: reduce state size
#4 - QRL chunks fail to load on cold Vite dev SSR requests (beta.35 + Vite 8) — `TypeError: Importing a module script failed` + 504 Outdated Optimize Dep
#5 - [🤖] use vitest browser mode for qwik router components
#6 - V2 Version Packages (beta)
#7 - feat(perf): Show component
#8 - fix: render waits for async visible tasks to resolve
#9 - [🐞] Qwik bundle detection may implicitly depend on `package.json`
#10 - feat: out of order streaming for Suspense
#11 - fix(core): allow duplicate qwik via shared singletons
#12 - feat: server-only folder and suffix
#13 - [🐞] V2 regression -> useVisibleTask$ runs before render commit when a prior task mutates a tracked signal, breaking imperative DOM access
#14 - fix(qwikloader): interactivity during streaming