We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d5e86 commit 19359fbCopy full SHA for 19359fb
docs/api/connect.md
@@ -121,7 +121,7 @@ The second parameter is normally referred to as `ownProps` by convention.
121
122
```js
123
// binds on component re-rendering
124
-;<button onClick={() => this.props.toggleTodo(this.props.todoId)} />
+<button onClick={() => this.props.toggleTodo(this.props.todoId)} />
125
126
// binds on `props` change
127
const mapDispatchToProps = (dispatch, ownProps) => {
0 commit comments