diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-16 21:57:51 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-16 21:57:51 +0100 |
commit | 5d5b513449017118134a32571dceba754ca1c4f5 (patch) | |
tree | 8139b9e7ddd060c178527fb1e006f3a251bddb57 /test-apps/options-list/README.md | |
parent | 6c05744eda896ac89e21f8ff32116340564a4773 (diff) | |
download | lustre-5d5b513449017118134a32571dceba754ca1c4f5.tar.gz lustre-5d5b513449017118134a32571dceba754ca1c4f5.zip |
:bug: Fixed a bug where the 'selected' attribute was not properly applied in the DOM.
Diffstat (limited to 'test-apps/options-list/README.md')
-rw-r--r-- | test-apps/options-list/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-apps/options-list/README.md b/test-apps/options-list/README.md new file mode 100644 index 0000000..375ab26 --- /dev/null +++ b/test-apps/options-list/README.md @@ -0,0 +1,3 @@ +This example tests to make sure changing tag (aka a replace, not a morph) does +not cause a runtime error when diffing children. Previously we mistakenly assumed +we were _always_ doing a morph of children, but this is not the case. |