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 e463241 commit 48ffbe2Copy full SHA for 48ffbe2
packages/react-query/src/__tests__/useQuery.types.test.tsx
@@ -1,4 +1,5 @@
1
-import { queryOptions, useQuery } from '../useQuery'
+import { useQuery } from '../useQuery'
2
+import { queryOptions } from '../queryOptions'
3
import type { Expect, Equal } from './utils'
4
import { doNotExecute } from './utils'
5
0 commit comments