We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a2044 commit 607f1baCopy full SHA for 607f1ba
website/versioned_docs/version-7.1/api/connect.md
@@ -122,7 +122,7 @@ The second parameter is normally referred to as `ownProps` by convention.
122
123
```js
124
// binds on component re-rendering
125
-;<button onClick={() => this.props.toggleTodo(this.props.todoId)} />
+<button onClick={() => this.props.toggleTodo(this.props.todoId)} />
126
127
// binds on `props` change
128
const mapDispatchToProps = (dispatch, ownProps) => {
0 commit comments