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 cdfc2cb commit cc3cf38Copy full SHA for cc3cf38
1 file changed
src/cache/inmemory/readFromStore.ts
@@ -290,7 +290,7 @@ export class StoreReader {
290
// We don't need to report missing fields inside defer boundaries since
291
// the "streaming" dataState tells us that the only missing fields in
292
// the object is inside a defer boundary.
293
- (!handleIncremental || dataState !== "streaming")
+ (dataState !== "streaming" || !handleIncremental)
294
) {
295
missing = new MissingFieldError(
296
firstMissing(execResult.missing)!,
0 commit comments