brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.
645 stars 103 forks source link

Cannot find module 'react-router/lib/RouterContext' #111

Open maheshambiga opened 7 years ago

maheshambiga commented 7 years ago

Getting the below error when the library is imported, Cannot find module 'react-router/lib/RouterContext'.

brendanscarano commented 7 years ago

@maheshambiga I'm getting the same error - any solution on getting it to resolve?

AVVS commented 7 years ago

you can use https://github.com/makeomatic/redux-connect- this is a fork of this module back in the days, though way improved since then

Richacinas commented 7 years ago

@AVVS I guess you mean https://github.com/makeomatic/redux-connect

However, it looks like it is not fully supported yet... is it?

https://github.com/makeomatic/redux-connect/issues/107