From 29c1052775f3ae51a25a3c7bd8bbab00f45d61d4 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sat, 2 May 2026 21:06:07 +0200 Subject: [PATCH] docs: backfill task 2.1 commit SHA --- .planning/phase-2-live-map/01-mapview-singleton.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.planning/phase-2-live-map/01-mapview-singleton.md b/.planning/phase-2-live-map/01-mapview-singleton.md index cc36eeb..94a4be5 100644 --- a/.planning/phase-2-live-map/01-mapview-singleton.md +++ b/.planning/phase-2-live-map/01-mapview-singleton.md @@ -216,4 +216,4 @@ Side-effect-only `Map*` components (2.5+) call `getMap()` from inside their `use **Bundle impact:** the `monitor` route is a new lazy chunk (~1MB raw / 274KB gzipped — MapLibre + its CSS). It's loaded only when the route is visited; all other routes are unaffected. Vite emits a chunk-size warning >500KB; expected and harmless. The home page's bundle is unchanged. -Landed in `PENDING_SHA`. +Landed in `4283388`.