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 30c8de9 commit 22f23ebCopy full SHA for 22f23eb
packages/vue-apollo/src/smart-query.js
@@ -210,7 +210,7 @@ export default class SmartQuery extends SmartApollo {
210
211
catchError (error) {
212
super.catchError(error)
213
- this.firstRunReject()
+ this.firstRunReject(error)
214
this.loadingDone(error)
215
this.nextResult(this.observer.getCurrentResult ? this.observer.getCurrentResult() : this.observer.currentResult())
216
// The observable closes the sub if an error occurs
0 commit comments