Qwik Virtual Scroll
Total count: 162
Loading?: no
visible range: 0-13
#0 - feat: require router forms to declare an action or GET method
#1 - docs(qwik-router): document redirect after POST using PRG pattern
#2 - [🐞] Infinite loop in catch-all route matcher on paths containing `//` (server hangs at 100% CPU, no crash)
#3 - feat(router): loader errors settle into the signal .error channel
#4 - docs: ErrorBoundary makes erroring routes uncacheable — document after RC
#5 - router: settle ErrorBoundary reset → loader revalidation semantics (Phase B)
#6 - feat: support Vite 8 with the Rolldown bundler
#7 - fix: fix up Vite 8 ecosystem compatibility
#8 - async: move poll to usePoll
#9 - fix(router): preserve no-trailing SSG static paths
#10 - fix(qwik-router): make loader response caching opt-in (drop 120s default expires)
#11 - fix(qwik-router): backtrack from static prefixes and rank matches by specificity
#12 - fix(qwik-router): use z.ZodType instead of removed z.Schema for zod 4 compatibility
#13 - fix(core): _restProps falls back to plain-object copy for non-props inputs
#14 - [🐞] v2: zod$ crashes when the router resolves zod 4 — z.Schema was removed (`instanceof` TypeError, every action 500s)