Skip to content

Commit

Permalink
Revert "Docs: Fix Code Example for API connect()" (#1414)
Browse files Browse the repository at this point in the history
This reverts commit d9c49fa.
  • Loading branch information
markerikson committed Oct 2, 2019
1 parent d9c49fa commit 4bc231f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/connect.md
Expand Up @@ -581,7 +581,7 @@ function mapStateToProps(state) {

const mapStateToProps = (state, ownProps = {}) => {
console.log(state) // state
console.log(ownProps) // undefined
console.log(ownProps) // {}
}
```
Expand Down

0 comments on commit 4bc231f

Please sign in to comment.