Jungwoo-An / react-editor-js

⚛️📝The unofficial editor-js component for React
https://codesandbox.io/s/react-editor-js-v2-34bfl
MIT License
940 stars 77 forks source link

2.0.6 is breaking things working on 2.0.5 ( error with read only and focusing ) #198

Open StitiFatah opened 2 years ago

StitiFatah commented 2 years ago

Environment

Hi,

as per the example naming editorCore.current.focus(); throws editorCore.current.focus is not a function

and

editorCore.current.readOnly.toggle(); throws Cannot read properties of undefined (reading 'toggle')

Both are working fine with 2.0.5 and same React/NextJS and editorjs version