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

Property or signature expected. TS1131 #214

Open gsSuper opened 1 year ago

gsSuper commented 1 year ago

Environment

Describe

Typescript error while using;

image

I have forked a code from codesandbox and tried to use it in my create-react-app

My package.json includes:

... "react": "^16.13.1", "typescript": "^3.9.7", ...

olignyf commented 1 year ago

Any update on this issue beside upgrading from Typescript 3.X => 4.X ? I also have a very similar issue in another project. Thanks