react-codemirror icon indicating copy to clipboard operation
react-codemirror copied to clipboard

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/

Results 183 react-codemirror issues
Sort by recently updated
recently updated
newest added

I'm trying to solve a bug caused by the controlled `value` props from parent (in some case the cursor jumps to the start of line, in some other cases it...

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...

I am having the issue where the last few lines of the `CodeMirror` editor gets cut off. Seems like there is potentially a miscalculation on the scroll height? Appreciate any...