react-codemirror
react-codemirror copied to clipboard
Codemirror Component for React.js
React is handled correctly, but not ReactDOM. [Source Code](https://github.com/JedWatson/react-codemirror/blob/master/dist/react-codemirror.js#L9545) ```javascript // line 9545 Looks for stand-alone version of React var React = (typeof window !== "undefined" ? window['React'] : typeof...
Inside the dist/src folder, now there is a codemirror.js file which contains jsx code. The problem I have is, I am using webpack to bundle it, but it complains that...
Running the [aXe: the accesibility engine](http://www.deque.com/products/axe/) chrome extension yields a critical violation: [Form elements must have labels](https://dequeuniversity.com/rules/axe/2.1/label?application=axeAPI). The target in question is `
This is my first time using it and trying to setup a basic version in order for it to show up, the following is my setup, let me know if...
React-Codemirror 0.2.6 doesn't work with React 0.13.3 in last Chrome version ``` js options.autofocus = hasFocus == textarea || textarea.getAttribute("autofocus") != null && hasFocus == document.body; ``` It looks like...
I ran into a confusing issue where the `` component was loading its own copy of codemirror and my custom implementation of was looking for modes and addons in another...
Can you append a section in Readme about react-codemirror vs react-code-mirror (https://github.com/ForbesLindesay/react-code-mirror) ?