The following info might come handy in Migration Guide to 2.1.0:
- Since React/ReactDOM are not globally exposed, you should import/require it in your "component" .js files or you'll have a "React/ReactDOM is not defined" when trying to render a
<Component />
- npm install --save-dev babel-runtime (I had to do this to get react-on-rails running with my babel-% 5 libs)
The following info might come handy in Migration Guide to 2.1.0:
<Component />