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 1420c58 commit c816aa3Copy full SHA for c816aa3
modules/ROOT/partials/integrations/react-quick-start.adoc
@@ -55,7 +55,7 @@ export default function App() {
55
return (
56
<>
57
<Editor
58
- apiKey='your-api-key'
+ apiKey='no-api-key'
59
onInit={ (_evt, editor) => editorRef.current = editor }
60
initialValue="<p>This is the initial content of the editor.</p>"
61
init={{
0 commit comments