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.
2 parents d815a1b + 76fe1bb commit cb3eb2aCopy full SHA for cb3eb2a
src/LiveComponent/doc/index.rst
@@ -3503,7 +3503,7 @@ when the component re-renders.
3503
3504
The system doesn't handle every edge case, so here are some things to keep in mind:
3505
3506
-* 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**.
3507
* If JavaScript adds a new element, that element is **preserved**.
3508
* If JavaScript removes an element that was originally rendered by the component,
3509
that change will be **lost**: the element will be re-added during the next re-render.
0 commit comments