Skip to content

Commit e6b05d7

Browse files
committed
Uncomment throw error
1 parent 5ce555c commit e6b05d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queryCache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ export function makeQueryCache() {
413413
instance.onSettled && instance.onSettled(undefined, error)
414414
)
415415

416-
// throw error
416+
throw error
417417
}
418418
}
419419
})()

0 commit comments

Comments
 (0)