From 3186fd85f90805e8cc84dd599534a156dc6a4e9a Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 19 Aug 2025 21:40:25 +0200 Subject: [PATCH] fixed examples --- lib/examples/2-static-layers/src/App.tsx | 3 +++ lib/examples/3-tags/src/App.tsx | 2 ++ 2 files changed, 5 insertions(+) diff --git a/lib/examples/2-static-layers/src/App.tsx b/lib/examples/2-static-layers/src/App.tsx index 91c00e8c..16812b0c 100644 --- a/lib/examples/2-static-layers/src/App.tsx +++ b/lib/examples/2-static-layers/src/App.tsx @@ -2,6 +2,7 @@ import { UtopiaMap, Layer } from "utopia-ui" import { events, places } from "./sample-data" const itemTypeEvent = { + id: "a6dbf1a7-adf2-4ff5-8e20-d3aad66635fb", name: "event", show_name_input: false, show_profile_button: false, @@ -39,6 +40,7 @@ function App() { return (