Qwik Virtual Scroll

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