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 854f3e1 commit 18c2b89Copy full SHA for 18c2b89
docs/using-react-redux/connect-extracting-data-with-mapStateToProps.md
@@ -69,7 +69,7 @@ function mapStateToProps(state, ownProps) {
69
}
70
71
// Later, in your application, a parent component renders:
72
-;<ConnectedTodo id={123} />
+<ConnectedTodo id={123} />
73
// and your component receives props.id, props.todo, and props.visibilityFilter
74
```
75
0 commit comments