diff options
author | Benjamin Rhodes <ben@nerdyworm.com> | 2024-04-26 14:04:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 22:04:24 +0100 |
commit | b450997d71340a683d100e01182d695a0f49a03a (patch) | |
tree | be579844845d62c68f721f0cbfd831fffedacdb4 /test-apps/nested-element-map/README.md | |
parent | bc445f49a4748a96e3b84f14d70727729c5dfbb8 (diff) | |
download | lustre-b450997d71340a683d100e01182d695a0f49a03a.tar.gz lustre-b450997d71340a683d100e01182d695a0f49a03a.zip |
🔀 Fix a bug where nested `Map` nodes were not morphed. (#115)
* ensure nested subtrees are morphed
* Add a test-app for nested element map bug
Diffstat (limited to 'test-apps/nested-element-map/README.md')
-rw-r--r-- | test-apps/nested-element-map/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
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. |