Commit 5679c0f
committed
Improve
Clarify that when an object is given, its action creators are automatically wrapped into a dispatch call.
Only managed to figure it out after:
- @gaearon 's twitter response https://twitter.com/dan_abramov/status/696033039953092608
- checking line https://github.com/reactjs/react-redux/blob/v4.4.0/src/components/connect.js#L38mapDispatchToProps documentation1 parent 936dc13 commit 5679c0f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments