Skip to content

Commit b3ae892

Browse files
g1eny0ungmarkerikson
authored andcommitted
Fixes broken links (#1494)
1 parent f9efe46 commit b3ae892

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ function mapStateToProps(...args) {
222222
223223
**Q&A**
224224
225-
- [Why Is My Component Re-Rendering Too Often?](https://redux.js.org/faq/reactredux#why-is-my-component-re-rendering-too-often)
226-
- [Why isn't my component re-rendering, or my mapStateToProps running](https://redux.js.org/faq/reactredux#why-isnt-my-component-re-rendering-or-my-mapstatetoprops-running)
227-
- [How can I speed up my mapStateToProps?](https://redux.js.org/faq/reactredux#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/reactredux#why-is-my-component-re-rendering-too-often)
225+
- [Why Is My Component Re-Rendering Too Often?](https://redux.js.org/faq/react-redux#why-is-my-component-re-rendering-too-often)
226+
- [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)

0 commit comments

Comments
 (0)