docs/plans/2026-03-30-table-multi-cell-selection.md
Fix the /docs/table multi-cell selection runtime error:
Unable to find the path for Slate node: {"text":""}
http://localhost:3002/docs/table during multi-cell selection..claude/docs/solutions/ui-bugs/2026-03-27-version-history-demo-must-clone-snapshots-per-editor.md documents the same Slate error when multiple editor surfaces share the same Slate node graph..bun parse failure; the docs dev server is not currently running.Heading cell into the lower-right cells of the first table raises Unable to find the path for Slate node: {"text":"Heading","bold":true}./docs/table mounts two editors that both start from the same static tableValue graph:
table-demo through Demo + DEMO_VALUES.tabletable-nomerge-demobun test is currently blocked by the local node_modules/.bun/is-hotkey parse corruption, which is separate from this table bug.table, multi-cell, and the exact Slate error./docs/table with browser-use by dragging a multi-cell selection in the first table demo.createDemoValueSnapshot and switched both mounted table demos to pass cloned initial values into usePlateEditor..bun mirror reintroduced the is-hotkey parse failure during verification, then reinstalled with pnpm install.apps/www typechecks cleanly, pnpm lint:fix passes, and the fresh /docs/table browser repro no longer throws page errors.bun test apps/www/src/registry/examples/values/demo-values.spec.tsx was initially blocked locally by node_modules/.bun/[email protected]/node_modules/is-hotkey/lib/index.js:251:30 Unexpected end of file.node_modules, apps/www/.next, apps/www/.contentlayer, and .turbo, then rerunning pnpm install, resolved the local env corruption and unblocked verification.