v0.4.1
Two crashes in the Viewer, and the reason nothing caught them.
Install
npm install --save-dev https://github.com/tangyishun9846/agent-runtime-map/releases/download/v0.4.1/agent-runtime-map-0.4.1.tgz
npx agent-runtime-map .Fixed
Searching blanked the whole Viewer. The search read a value declared 142 lines further down the component, so the first keystroke hit the temporal dead zone and took React's tree with it. Present since 0.3.2 — search has been unusable since then. Upgrade if you are on 0.3.2, 0.3.3, or 0.4.0.
Flying to a node the map had not measured threw. Every node hidden by focus is unmeasured, so searching from inside a focus and clicking a result outside it hit this.
Changed
npm run typecheck now checks the Viewer. Nothing did before — the root project never included apps/**, and vite build does not run tsc. TypeScript had been reporting one of the bugs above for as long as the line existed, with nobody reading it.