-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environment
- react-editor-js version:2.24.3
Describe
When setting value editor throws an error => this._editorJS.render is not a function at ClientEditorCore.<anonymous>
I also tried added via data prop but the value is not passing by that either.
<ReactEditorJS
tools={EDITOR_JS_TOOLS}
readOnly={isReadOnly}
onInitialize={handleInitialize}
enableReInitialize
value={editorCore.current ? content : null}
/>
milosglickon, idontreallywolf and EthanL06
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working