Qwik Virtual Scroll
Total count: 122
Loading?: no
visible range: 0-13
#0 - [🐞] [V2] [router] Loaders of every visited route are re-fetched on every SPA navigation (grows with the session); first visits fetch each loader twice
#1 - core: failed handler-chunk import reaches the boundary after resume, bypassing the importError skip
#2 - `{() => {...}}` in jsx is neither supported nor does it throw
#3 - chore: upgrade to pnpm 11
#4 - fix(qwik-router): preserve params for ancestor layout loaders
#5 - docs: add interactive leveling-up homepage section
#6 - staticGenerate: a render task that never posts back deadlocks the worker pool, silently
#7 - feat: require router forms to declare an action or GET method
#8 - [🐞] Infinite loop in catch-all route matcher on paths containing `//` (server hangs at 100% CPU, no crash)
#9 - docs: ErrorBoundary makes erroring routes uncacheable — document after RC
#10 - router: settle ErrorBoundary reset → loader revalidation semantics (Phase B)
#11 - fix(qwik-router): backtrack from static prefixes and rank matches by specificity
#12 - [🐞] v2: route matcher doesn't backtrack — a static route prefix 404s deeper dynamic routes; no specificity ranking across groups
#13 - qwikloader: WebKit may defer the async module loader while a stream is held, losing pre-resume clicks
#14 - fix(router): zod export