We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
anymaniax
melloware
soartec-lab
Learn more about funding links in repositories.
Report abuse
1 parent 15e9033 commit 4fecbb2Copy full SHA for 4fecbb2
packages/query/src/index.ts
@@ -1075,7 +1075,7 @@ ${doc}export const ${camel(
1075
return ${queryResultVarName};
1076
}\n
1077
${
1078
- usePrefetch
+ usePrefetch && (type === QueryType.QUERY || type === QueryType.INFINITE)
1079
? `${doc}export const ${camel(
1080
`prefetch-${name}`,
1081
)} = async <TData = Awaited<ReturnType<${dataType}>>, TError = ${errorType}>(\n queryClient: QueryClient, ${queryProps} ${queryArguments}\n ): Promise<QueryClient> => {
0 commit comments