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 e3ceeb4 commit cfb1297Copy full SHA for cfb1297
README.md
@@ -138,7 +138,7 @@ React's codebase.
138
Be aware that the mounting strategy used by `render_js` is fairly basic, if you want to use
139
a more custom solution there are a couple of helpers provided to assist:
140
```python
141
-The data used to render the component, this can be plugged straight into the client-side
+# The data used to render the component, this can be plugged straight into the client-side
142
print(component.render_props())
143
144
# The bundled component (a WebpackBundle instance)
0 commit comments