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/README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-apps/nested-element-map/README.md (limited to 'test-apps/nested-element-map/README.md') diff --git a/test-apps/nested-element-map/README.md b/test-apps/nested-element-map/README.md new file mode 100644 index 0000000..c29f3a3 --- /dev/null +++ b/test-apps/nested-element-map/README.md @@ -0,0 +1 @@ +This example tests to make sure that deeply nested element.map calls are rendered correctly. -- cgit v1.2.3