opencode/packages
LukeParkerDev 8fd7bd19d6 fix: defer terminal cleanup state write to stop cleanNode reentry crash
Terminal onCleanup ran persistTerminal synchronously during a dispose cascade, which flowed through props.onCleanup -> ops.update -> update() in context/terminal.tsx and fired setStore on the terminal store. That store write reentered the reactive graph mid cleanNode iteration; solid then nulled an ancestors owned while an outer cleanNode recursion was still iterating it, crashing with Cannot read properties of null reading 1 at node.owned[i]. Wrapping finalize in queueMicrotask pushes the store write past the current synchronous cleanup cascade so the teardown cannot race with cleanNodes owned walk.
2026-04-19 13:19:13 +10:00
..
app fix: defer terminal cleanup state write to stop cleanNode reentry crash 2026-04-19 13:19:13 +10:00
console sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00
containers chore: bump Bun to 1.3.11 (#18144) 2026-03-23 10:19:21 +10:00
desktop refactor: give desktop local server a windows key 2026-04-19 13:14:39 +10:00
desktop-electron chore: add solid owner/cleanup instrumentation for diagnosing cleanNode crashes 2026-04-19 13:19:12 +10:00
docs fix(web): favicon rename again 2026-01-21 14:36:21 -06:00
enterprise sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00
extensions/zed sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00
function sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00
identity
opencode sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00
plugin sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00
script refactor: replace bun semver with npm semver package 2026-03-09 15:29:55 -04:00
sdk sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00
shared sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00
slack sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00
storybook feat: enable type-aware no-base-to-string rule, fix 56 violations (#22750) 2026-04-16 03:50:47 +00:00
ui fix: harden local server WSL onboarding checks 2026-04-19 13:15:26 +10:00
web sync release versions for v1.14.17 2026-04-19 03:02:14 +00:00