We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f22d91 commit 945fc79Copy full SHA for 945fc79
src/hooks/useContent.ts
@@ -7,8 +7,7 @@ import {useCroct} from './useCroct';
7
import {isSsr} from '../ssr-polyfills';
8
import {hash} from '../hash';
9
10
-export type UseContentOptions<I, F> = FetchOptions & {
11
- fallback?: F,
+export type UseContentOptions<I, F> = FetchOptions<F> & {
12
initial?: I,
13
cacheKey?: string,
14
expiration?: number,
0 commit comments