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

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

maheshambiga opened this issue · comments

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

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

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

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

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

makeomatic/redux-connect#107