Owais

Results 1 comments of Owais

I'm using React 18 (with strict mode) and I'm trying to use `useEffect` to init EditorJs. ```JS useEffect(() => { const editor = new EditorJS({ placeholder: "Write ", holder: "editorjs",...