You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/LiveComponent/doc/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2506,7 +2506,7 @@ changes, the child will make a second Ajax request to re-render itself.
2506
2506
To work, the name of the prop that's passed when rendering the ``TodoFooter``
2507
2507
component must match the property name that has the ``updateFromParent`` - e.g.
2508
2508
``{{ component('TodoFooter', { count: todos|length }) }}``. If you pass in a
2509
-
different name and set the ``count`` property via a ref:``mount()`` method, the
2509
+
different name and set the ``count`` property via a `mount()<https://symfony.com/bundles/ux-twig-component/current/index.html#the-mount-method>`_ method, the
2510
2510
child component will not re-render correctly.
2511
2511
2512
2512
Child components keep their modifiable LiveProp values
0 commit comments