You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use react-router v1.0-beta2, I found when I use {this.props.children} to use 'component of redux', @connect, then will report error: Failed Context Types: Required context 'redux' was not specified in 'Connector'. Check the render method of 'Connector(DashboardApp)'
It seems react-router disabled the 'redux' context, so what should I do ?
reduxjs/redux#136
The text was updated successfully, but these errors were encountered: