Qwik Virtual Scroll
Total count: 146
Loading?: no
visible range: 0-13
#0 - fix(core): allow invalid harmless tag nesting
#1 - fix(qwik): dedupe already-streamed-chore SSR warning to once per host
#2 - feat(core): async useComputed$
#3 - refactor(devtools): share the page data source contract between ui and extension
#4 - refactor(devtools): extract findComponentKey as a shared runtime utility
#5 - test(devtools): cover the VNode bridge and eval bridge injection runtimes
#6 - [v2] Suspense-deferral-through-component: non-EB test + extract to build/v2 + deeper cursor-boundary propagation fix
#7 - [v2] unhandledrejection bridge brands all page rejections as "QWIK ERROR"
#8 - fix(router): await server$ stream close so a client disconnect can't crash Bun
#9 - [v2] version-skew handling — failed chunk imports should surface a 'new version available' affordance
#10 - [v2] in-order streaming: no flush before awaiting a component-body promise (already-rendered UI stays buffered)
#11 - fix(router): add re-exported routeloaders to the route trie
#12 - fix(qwik): emit backpatch entries in document order for the forward-only executor
#13 - fix(qwik-vite): keep reachable deps when reducing cyclic bundle graphs
#14 - [🐞] V2 Shared routeloader is broken