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

Codemirror Component for React.js

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

Using postcss in my React app, and then when i do ```javascript import codemirrorstyles from 'codemirror/lib/coremirror.css' ``` the classes are already processed, so there is no class `CodeMirror`, etc.

Hey there. We tried updating react-codemirror to the newest version, unfortunately it broke for us, as for other users. See e.g. #106 and #107. I know it is hard to...

Codemirror does not provides any options to change the dimension of the editor. For changing the dimension I fear that the instance of code mirror is needed. I propose a...

I'm on a macOS Sierra 10.12.4 with a case-insensitive fileststem. I get the following error: ``` Warning in ./node_modules/react-codemirror/lib/Codemirror.js There are multiple modules with names that only differ in casing....

I tried using this package with create-react-app and it breaks the webpack compilation because it has issues with the CaseSensitivePathsPlugin here is the issue: ``` [CaseSensitivePathsPlugin] Module not found: `/Users/marco/Code/repo/node_modules/react-codemirror/src/codemirror.js`...

I am using `react-rails` and it looks like `react-dom` is not there at all. ``` [Error] Error: Cannot find module 'react-dom' [Error] ReferenceError: Can't find variable: CodeMirror ```

I read `React-CodeMirror`'s source code and found that the `onChange` property actually has 2 return values, i.e, `newCode` and `changeObj`, instead of the only one `newCode` in the current document....

I'm trying to install react-codemiror without webpack or browserify on an MVC 5 project that is using Typescript. I'm using the standalone distribution (dist/react-codemirror.js) which I thought would work fine....

TypeError: place is not a function[Learn More] bundle.js:56747:13 ```javascript if (place) { if (place.appendChild) { place.appendChild(d.wrapper) } else { place(d.wrapper) } } ``` I'm not sure what's going on here....