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
Relying on ownProps in mapStateToProps disables some optimizations in React Redux.
We should mention this in the docs of both projects, and also include this neat tip on how ownProps can be avoided for many cases.