We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37bfd5 commit 21c61adCopy full SHA for 21c61ad
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