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 679a044 commit 32599deCopy full SHA for 32599de
1 file changed
src/core/QueryInfo.ts
@@ -331,7 +331,7 @@ export class QueryInfo<
331
// Use the diff result if the query is still an in-flight
332
// incremental query so that parsed custom scalar values
333
// in diff.result are returned.
334
- (this.incremental?.hasNext && diff.result !== null)
+ (this.hasNext && diff.result !== null)
335
) {
336
result = { ...result, data: diff.result as TData };
337
}
0 commit comments