Open
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}
/>
Activity
milosglickon commentedon Jun 21, 2022
having the same problem. I am unable to update the value once the props are updated
idontreallywolf commentedon Jul 5, 2022
adding
yield this._editorJS.isReady;
before calling render has solved the issue 👀a possible fix maybe? @Jungwoo-An
render is not a function
error when setting value prop #205EthanL06 commentedon Dec 27, 2022
Was able to update the value with your fix:
maxkusnetsov commentedon Jan 20, 2023
@Jungwoo-An Hi! Do you have time to check this? We need this to make things work :(
MaherAzzabi commentedon Feb 15, 2023
Any updates on the fix please ? do you have a release date for it ? thanks
orbachar commentedon Mar 23, 2023
+1
SwapnilSoni1999 commentedon Jul 13, 2023
Anyone fixed this?