diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-05-11 22:25:14 +0200 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-05-11 22:25:14 +0200 |
commit | 370aaf6ce0c1acc0c96bda93fc86bbe68f142a5b (patch) | |
tree | 1f5ce194f98301f890397ba94249917ae0441452 /test-apps/bool-property-toggle/README.md | |
parent | d7344f497bdff4e512a2b3d5945b0161bfbc5b5b (diff) | |
download | lustre-370aaf6ce0c1acc0c96bda93fc86bbe68f142a5b.tar.gz lustre-370aaf6ce0c1acc0c96bda93fc86bbe68f142a5b.zip |
:sparkles: Create a test app for property diff regressions.
Diffstat (limited to 'test-apps/bool-property-toggle/README.md')
-rw-r--r-- | test-apps/bool-property-toggle/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-apps/bool-property-toggle/README.md b/test-apps/bool-property-toggle/README.md new file mode 100644 index 0000000..210e6aa --- /dev/null +++ b/test-apps/bool-property-toggle/README.md @@ -0,0 +1,2 @@ +Properties are diffed slightly differently to attributes. This test makes sure +there are no regressions that cause properties to be removed every other render. |