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 0949f97 commit c99153aCopy full SHA for c99153a
src/LiveComponent/doc/index.rst
@@ -2356,8 +2356,9 @@ cause the child to re-render (but it *can* - keep reading). Or, if
2356
a model in a child updates, it won't also update that model in its parent
2357
(but it *can* - keep reading).
2358
2359
-The parent-child system is *smart*. And with a few tricks, you can make
2360
-it behave exactly like you need.
+The parent-child system is *smart*. And with a few tricks
+(: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.
2362
2363
.. _child-component-independent-rerender:
2364
0 commit comments