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 bcd3f84 commit 05cbb96Copy full SHA for 05cbb96
src/LiveComponent/doc/index.rst
@@ -2254,7 +2254,7 @@ Or override the ``loadingContent`` block:
2254
.. code-block:: twig
2255
2256
{% component SomeHeavyComponent with { defer: true }) }}
2257
- {% block content %}Loading...{% endblock %}
+ {% block loadingContent %}Loading...{% endblock %}
2258
{{ end_component() }}
2259
2260
To change the initial tag from a ``div`` to something else, use the ``loading-tag`` option:
0 commit comments