You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 3.2.10 of @uiw/react-codemirror, the library uses react/jsx-runtime, which requires React 17.0.2 or higher. However, its peerDependencies specifies >=16.8.0. The project uses React 16.14.0, causing a build error: Can't resolve 'react/jsx-runtime' at ./node_modules/@uiw/react-codemirror/esm/index.js:7. How should this be resolved?