Files
ConceptSketch/src
Claude Bot eb3a23ab03 fix: resolve stale closure causing breadcrumbs to disappear on back-navigation (closes #2)
The onClick handler in createPathSegment closed over the graphsPath variable
from the render when the segment was created. By the time a breadcrumb was
clicked (after further navigation), that closure was stale, so findIndex
returned -1 and splice(0) wiped the entire breadcrumb array.

Fix: use the functional updater form of setGraphsPath so findIndex runs
against the current state rather than a stale snapshot.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 22:57:48 +00:00
..
2025-11-07 22:45:28 +01:00
2026-03-06 14:31:51 +01:00
2025-11-11 23:31:22 +01:00
2026-02-28 01:10:14 +01:00
2025-11-08 22:21:15 +01:00
2025-11-07 22:45:28 +01:00
2025-11-07 22:45:28 +01:00