Skip to content

Commit 5698316

Browse files
authored
Update hooks-faq.md
1 parent 3bb9a58 commit 5698316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/hooks-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Often, render props and higher-order components render only a single child. We t
106106

107107
You can continue to use the exact same APIs as you always have; they'll continue to work.
108108

109-
React-Redux [supports Hooks API](https://react-redux.js.org/next/api/hooks) and exposes hooks like `useDispatch` or `useSelector`.
109+
React Redux since v7.1.0 [supports Hooks API](https://react-redux.js.org/api/hooks) and exposes hooks like `useDispatch` or `useSelector`.
110110

111111
Libraries like React Router might support hooks in the future.
112112

0 commit comments

Comments
 (0)