Ben
Ben
If you follow the Setup instructions in the README you will get a webpack compilation error RE: an unresolved react mount module. This solution updates react-hot-loader to the latest version...
Update react-router `npm install react-router@beta` npm start throws an error `Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got:...
Added latest version of react router (2.0.0-rc4) small changes to be compliant with the more recent API.
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...