Skip to content

Commit

Permalink
fix(ssr): error not bubbling up
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 21, 2023
1 parent 5aa44c2 commit 18fe206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-apollo-composable/src/useQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export function useQueryImpl<
firstResolve = undefined
firstReject = undefined
}
}).then(stop).catch(stop)
}).finally(stop)
})

// Apollo Client
Expand Down

0 comments on commit 18fe206

Please sign in to comment.