From f53bcdec5bfbfc27d24398b163050f7774888600 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 19 Jul 2021 16:05:17 +0200 Subject: [PATCH] fix: importing react -_-' --- packages/vue-apollo-composable/src/util/toApolloError.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-apollo-composable/src/util/toApolloError.ts b/packages/vue-apollo-composable/src/util/toApolloError.ts index 6c5d27d..c0f1530 100644 --- a/packages/vue-apollo-composable/src/util/toApolloError.ts +++ b/packages/vue-apollo-composable/src/util/toApolloError.ts @@ -1,4 +1,4 @@ -import { ApolloError, isApolloError } from '@apollo/client' +import { ApolloError, isApolloError } from '@apollo/client/core' export function toApolloError (error: unknown): ApolloError { if (!(error instanceof Error)) {