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 cea059e commit d725956Copy full SHA for d725956
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