We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01fcd17 commit 76fe1bbCopy full SHA for 76fe1bb
src/LiveComponent/doc/index.rst
@@ -3507,7 +3507,7 @@ when the component re-renders.
3507
3508
The system doesn't handle every edge case, so here are some things to keep in mind:
3509
3510
-* If JavaScript changes an attribute on an element, that change is **preserved**.
+* If JavaScript changes an attribute on a child element, that change is **preserved**.
3511
* If JavaScript adds a new element, that element is **preserved**.
3512
* If JavaScript removes an element that was originally rendered by the component,
3513
that change will be **lost**: the element will be re-added during the next re-render.
0 commit comments