Skip to content

Commit c99153a

Browse files
florentdestremauweaverryan
authored andcommitted
Added warning for list of embedded components
1 parent 0949f97 commit c99153a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2356,8 +2356,9 @@ cause the child to re-render (but it *can* - keep reading). Or, if
23562356
a model in a child updates, it won't also update that model in its parent
23572357
(but it *can* - keep reading).
23582358

2359-
The parent-child system is *smart*. And with a few tricks, you can make
2360-
it behave exactly like you need.
2359+
The parent-child system is *smart*. And with a few tricks
2360+
(:ref:`such as the key prop for lists of embedded components <rendering-quirks-with-list-of-embedded-components>`),
2361+
you can make it behave exactly like you need.
23612362

23622363
.. _child-component-independent-rerender:
23632364

0 commit comments

Comments
 (0)