redux-loader
redux-loader copied to clipboard
Doesn't work with React 0.14
All I did was copy and past your example into my project and I get this error:

My best guess is that because you're specifying "react": "^0.13.3", in your dependencies, redux-loader is bringing its own instance of React, which is building incompatible components.
+1