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

Compatibility issue with react-router-dom #238

Open ThreePalmTrees opened 7 months ago

ThreePalmTrees commented 7 months ago

Environment

CodeSandbox

https://codesandbox.io/p/sandbox/react-editor-js-v2-forked-rpg3yt

Describe

Using react-editor-js with react-router-dom v6.20.1 displays the editor for a split second, then it's removed. Removing react-router-dom renders the editor correctly.

In the CodeSandbox link, click the button (go to /editor and go to root /) to see the behaviour.