-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add ownProps to mapStateToProps and mapDispatchToProps as second parameter #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Important note: if Similarly, if |
cc @jhollingworth, @danharper, @ForbesLindesay who wanted to make this happen |
Happy to implement this if no one else is |
Feel free to! |
Addresses part of reduxjs#52 by passing the parent props into mapStateWithProps.
Addresses part of reduxjs#52 by passing the parent props into mapStateWithProps.
… props) is passed in Fixes #52
Addresses part of reduxjs#52 by passing the parent props into mapStateWithProps.
@Gaeron What is the current state of this issue? |
@theaqua, Yeah I just saw it :-) Looking forward to it already. |
Released in 0.9.0, please verify. |
It should only be passed if
fn.length > 1
as per #36 (comment).If you want to make a PR, please write here so we don't duplicate effort.
The text was updated successfully, but these errors were encountered: