Skip to content

Commit

Permalink
Fix broken link (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedyk authored and timdorr committed Apr 17, 2019
1 parent 960b733 commit b67a8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/connect.md
Expand Up @@ -67,7 +67,7 @@ const mapStateToProps = (state, ownProps) => ({
Your `mapStateToProps` functions are expected to return an object. This object, normally referred to as `stateProps`, will be merged as props to your connected component. If you define `mergeProps`, it will be supplied as the first parameter to `mergeProps`.
The return of the `mapStateToProps` determine whether the connected component will re-render (details [here](../using-react-redux/connect-mapstate#return-values-determine-if-your-component-re-renders)).
The return of the `mapStateToProps` determine whether the connected component will re-render (details [here](../using-react-redux/connect-extracting-data-with-mapStateToProps.md#return-values-determine-if-your-component-re-renders)).
For more details on recommended usage of `mapStateToProps`, please refer to [our guide on using `mapStateToProps`](../using-react-redux/connect-mapstate).
Expand Down

0 comments on commit b67a8d3

Please sign in to comment.