brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react 15 support

bdefore opened this issue · comments

Installing with npm causes the error:

npm ERR! peer invalid: react@0.14.x, required by redux-async-connect@0.1.13

For me, this is interfering with npm shrinkwrap. Can we get a change to react >= 0.14.x?

I second this, is there any issue as to why there is a hard dependency to 0.14.x?

I'm no longer using the library, but there's a fork here that bumps to 15 https://github.com/findmypast/redux-async-connect