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 280e95d commit fad816dCopy full SHA for fad816d
src/React/doc/index.rst
@@ -82,7 +82,7 @@ For example:
82
{% extends 'base.html.twig' %}
83
84
{% block body %}
85
- <div {{ react_component('Hello', { 'fullName': number }) }}>
+ <div {{ react_component('Hello', { fullName: 'Fabien' }) }}>
86
Loading... <i class="fas fa-cog fa-spin fa-3x"></i>
87
</div>
88
0 commit comments