We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67944a3 commit 9803028Copy full SHA for 9803028
docs/api/hooks.md
@@ -68,7 +68,7 @@ export const CounterComponent = () => {
68
Using props to determine what to extract:
69
70
```jsx
71
-import React, { useCallback } from 'react'
+import React from 'react'
72
import { useSelector } from 'react-redux'
73
74
export const TodoListItem = props => (
0 commit comments