Skip to content

Commit ef8aaa9

Browse files
committed
Update README.md
1 parent 99530fa commit ef8aaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ function mergeProps(selectedState, boundActions, props) {
380380
});
381381
}
382382

383-
export default connect(mapState, actionCreators)(TodoApp);
383+
export default connect(mapState, actionCreators, mergeProps)(TodoApp);
384384
```
385385

386386
## License

0 commit comments

Comments
 (0)