blob: a6acb10dd845a781d42abf8fecf5cab147cd5d8c (
plain)
1
2
3
4
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.
|