We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169b172 commit fc6a567Copy full SHA for fc6a567
docs/_js/examples/markdown.js
@@ -38,6 +38,6 @@ React.renderComponent(<MarkdownEditor />, mountNode);\
38
";
39
40
React.renderComponent(
41
- ReactPlayground( {codeText:MARKDOWN_COMPONENT}, null ),
+ <ReactPlayground codeText={MARKDOWN_COMPONENT} />,
42
document.getElementById('markdownExample')
43
);
0 commit comments