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