Qwik Virtual Scroll
Total count: 154
Loading?: no
visible range: 0-13
#0 - fix(router): preserve no-trailing SSG static paths
#1 - [🐞] Colon in a custom event name makes qwikloader throw `SyntaxError` on every dispatch
#2 - fix(qwik-router): make loader response caching opt-in (drop 120s default expires)
#3 - fix(qwik-router): backtrack from static prefixes and rank matches by specificity
#4 - fix(qwik-router): use z.ZodType instead of removed z.Schema for zod 4 compatibility
#5 - fix(core): _restProps falls back to plain-object copy for non-props inputs
#6 - [🐞] v2: zod$ crashes when the router resolves zod 4 — z.Schema was removed (`instanceof` TypeError, every action 500s)
#7 - [🐞] v2: routeLoader$ defaults to expires=120000 — browser-cached loader JSON serves stale data after server-side mutations
#8 - [🐞] v2: optimizer compiles plain rest destructuring in loaders to core's _restProps, which returns an empty object — silent data loss
#9 - [🐞] v2: route matcher doesn't backtrack — a static route prefix 404s deeper dynamic routes; no specificity ranking across groups
#10 - qwikloader: WebKit may defer the async module loader while a stream is held, losing pre-resume clicks
#11 - docs(upgrade): document event attributes, signal widening, testing and devInput changes
#12 - fix(core): undeprecate async useComputed
#13 - fix(router): zod export
#14 - [🐞] ErrorBoundary: late-delivered fallback leaves the errored content's serialized state live