Skip to content

Commit 18fe206

Browse files
committed
fix(ssr): error not bubbling up
1 parent 5aa44c2 commit 18fe206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-apollo-composable/src/useQuery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export function useQueryImpl<
185185
firstResolve = undefined
186186
firstReject = undefined
187187
}
188-
}).then(stop).catch(stop)
188+
}).finally(stop)
189189
})
190190

191191
// Apollo Client

0 commit comments

Comments
 (0)