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 d05a762 commit 6046811Copy full SHA for 6046811
src/React/doc/index.rst
@@ -109,7 +109,8 @@ in the DOM or is removed and immediately re-added to the DOM (e.g. when using
109
.. code-block:: html+twig
110
111
{# templates/home.html.twig #}
112
-
+ {% extends 'base.html.twig' %}
113
+
114
{# The React component will stay mounted if the div is moved in the DOM #}
115
<div {{ react_component('Hello', {fullName: 'Fabien'}, {permanent: true}) }}>
116
Loading...
0 commit comments