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

Mention this requires React<=17 in README #194

Open AlbinoGeek opened 2 years ago

AlbinoGeek commented 2 years ago

See: https://github.com/Jungwoo-An/react-editor-js/issues/190#issuecomment-1105459267

This would prevent people using React 18 (the default) from opening duplicate issues.

Also, this would signal to @editorjs/editorjs that this doesn't support React 18.

Likewise, my example covers #58 as well (albeit, separate issue.)

Jungwoo-An commented 2 years ago

Thank you! I'll fix it asap