Closed skorotkiewicz closed 2 years ago
I have the same problem here
Any idea of why this might be happening, I have the same issue, react version 18.1.0
This must be a React 18 issue, something to do with concurrent mode or transitions I bet.
This is hugely affecting our LOB apps. I'll report back if I find any fixes.
I had to revert away from React 18, which fixed this issue for me.
Upgrade v3.5.4
Console log:
I'm installed react-monacoeditor on new CRA app with React 18.0.1 and add one editor, but react renders instead two.
The first window has class:
overflow-guard
The second:monaco-editor no-user-select mac showUnused showDeprecated vs-dark
I'm tested it on Firefox, Opera and Chromium with the same results. OS: macOS Big Sur.
How can I fix it?