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 ba20917 commit d80e438Copy full SHA for d80e438
1 file changed
packages/query-core/src/streamedQuery.ts
@@ -77,9 +77,9 @@ export function streamedQuery<
77
}
78
79
let result =
80
- isRefetch && refetchMode === 'append'
81
- ? (query.state.data as TData)
82
- : initialValue
+ isRefetch && refetchMode === 'append'
+ ? (query.state.data as TData)
+ : initialValue
83
84
let cancelled: boolean = false as boolean
85
const streamFnContext = addConsumeAwareSignal<
0 commit comments