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.
2 parents 46e7466 + d725956 commit 40d8f56Copy full SHA for 40d8f56
src/useMutation.ts
@@ -1,5 +1,6 @@
1
-import useFetch, { FetchContext } from '.'
2
import { useContext, useCallback } from 'react'
+import useFetch from './useFetch'
3
+import { FetchContext } from './FetchContext'
4
import { ReqBase } from './types'
5
import { invariant, isString, useURLRequiredInvariant } from './utils'
6
src/useQuery.ts
import { ReqBase, Cache } from './types'
0 commit comments