Skip to content

Commit 7893b35

Browse files
Asaf-Avivmarkerikson
authored andcommitted
Fixed Q&A links (#1500)
1 parent b3ae892 commit 7893b35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/versioned_docs/version-6.x/using-react-redux/connect-extracting-data-with-mapStateToProps.md

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