redux-loader icon indicating copy to clipboard operation
redux-loader copied to clipboard

Doesn't work with React 0.14

Open AsaAyers opened this issue 9 years ago • 1 comments

All I did was copy and past your example into my project and I get this error:

selection_397

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.

AsaAyers avatar Feb 12 '16 02:02 AsaAyers

+1

leesiongchan avatar Feb 17 '16 02:02 leesiongchan