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