Skip to content

Commit 4cdce5b

Browse files
authored
Fixes Links In Docs Page (#1606)
1 parent 3da5995 commit 4cdce5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using-react-redux/connect-extracting-data-with-mapStateToProps.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,5 +224,5 @@ function mapStateToProps(...args) {
224224
225225
- [Why Is My Component Re-Rendering Too Often?](https://redux.js.org/faq/react-redux#why-is-my-component-re-rendering-too-often)
226226
- [Why isn't my component re-rendering, or my mapStateToProps running](https://redux.js.org/faq/react-redux#why-isnt-my-component-re-rendering-or-my-mapstatetoprops-running)
227-
- [How can I speed up my mapStateToProps?](https://redux.js.org/faq/react-redux#why-is-my-component-re-rendering-too-often)
228-
- [Should I only connect my top component, or can I connect multiple components in my tree?](https://redux.js.org/faq/react-redux#why-is-my-component-re-rendering-too-often)
227+
- [How can I speed up my mapStateToProps?](https://redux.js.org/faq/react-redux#how-can-i-speed-up-my-mapstatetoprops)
228+
- [Should I only connect my top component, or can I connect multiple components in my tree?](https://redux.js.org/faq/react-redux#should-i-only-connect-my-top-component-or-can-i-connect-multiple-components-in-my-tree)

0 commit comments

Comments
 (0)