You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/using-react-redux/connect-extracting-data-with-mapStateToProps.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -224,5 +224,5 @@ function mapStateToProps(...args) {
224
224
225
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
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)
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