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 cf21754 commit 171dc2fCopy full SHA for 171dc2f
packages/next-sanity/src/experimental/live.tsx
@@ -99,7 +99,7 @@ async function sanityCachedFetch<const QueryString extends string>(
99
*/
100
export interface SanityFetchOptions<QueryString extends string> {
101
query: QueryString
102
- params?: QueryParams | Promise<QueryParams>
+ params?: QueryParams
103
/**
104
* @defaultValue 'published'
105
0 commit comments