diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-25 23:21:31 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-25 23:21:31 +0100 |
commit | bfa8a04280f7231208718dd476e30fa65f116d6c (patch) | |
tree | 5675a99a43e0279fe94e9136bb567da2f98d22d1 /test-apps/server-component-change-children/README.md | |
parent | 5fbb59450260ba2cede555fd0339c80a74add444 (diff) | |
download | lustre-bfa8a04280f7231208718dd476e30fa65f116d6c.tar.gz lustre-bfa8a04280f7231208718dd476e30fa65f116d6c.zip |
:alembic: Create test case to make sure server component patching is working.
Diffstat (limited to 'test-apps/server-component-change-children/README.md')
-rw-r--r-- | test-apps/server-component-change-children/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-apps/server-component-change-children/README.md b/test-apps/server-component-change-children/README.md new file mode 100644 index 0000000..a6acb10 --- /dev/null +++ b/test-apps/server-component-change-children/README.md @@ -0,0 +1,5 @@ +This example makes sure that patches that add or remove different children in a +server component are correctly applied on the client. At one point we realised +patches were being sent in reverse order and that meant the client ended up +incorrectly reusing newly-created children from the _current patch_ when diffing +new nodes. |