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 0e805b9 commit 9849bceCopy full SHA for 9849bce
src/React/doc/index.rst
@@ -77,6 +77,10 @@ For example:
77
return <div>Hello {props.fullName}</div>;
78
}
79
80
+.. note::
81
+
82
+ Ensure your module exports the controller as the ``export default``. The default export is used when resolving components.
83
84
.. code-block:: html+twig
85
86
{# templates/home.html.twig #}
0 commit comments