From b450997d71340a683d100e01182d695a0f49a03a Mon Sep 17 00:00:00 2001 From: Benjamin Rhodes Date: Fri, 26 Apr 2024 14:04:24 -0700 Subject: =?UTF-8?q?=F0=9F=94=80=20Fix=20a=20bug=20where=20nested=20`Map`?= =?UTF-8?q?=20nodes=20were=20not=20morphed.=20(#115)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ensure nested subtrees are morphed * Add a test-app for nested element map bug --- test-apps/nested-element-map/gleam.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test-apps/nested-element-map/gleam.toml (limited to 'test-apps/nested-element-map/gleam.toml') diff --git a/test-apps/nested-element-map/gleam.toml b/test-apps/nested-element-map/gleam.toml new file mode 100644 index 0000000..b671bec --- /dev/null +++ b/test-apps/nested-element-map/gleam.toml @@ -0,0 +1,11 @@ +name = "app" +version = "1.0.0" +target = "javascript" + +[dependencies] +gleam_stdlib = "~> 0.36" +lustre = { path = "../../" } + +[dev-dependencies] +gleeunit = "~> 1.0" +lustre_dev_tools = "~> 1.0" -- cgit v1.2.3