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 e2a945e commit 61b9763Copy full SHA for 61b9763
1 file changed
docs/eslint/no-unstable-deps.md
@@ -22,7 +22,7 @@ Examples of **incorrect** code for this rule:
22
23
```tsx
24
/* eslint "@tanstack/query/no-unstable-deps": "warn" */
25
-import { useCallback } from 'React'
+import { useCallback } from 'react'
26
import { useMutation } from '@tanstack/react-query'
27
28
function Component() {
@@ -38,7 +38,7 @@ Examples of **correct** code for this rule:
38
39
40
41
42
43
44
0 commit comments