From 498e77e9a1fa737134e9da914db8b9f564e7c24c Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 27 Jun 2021 19:43:30 +0800 Subject: [PATCH] feat: v0.1.1 --- package.json | 2 +- src/commons/graphql/client.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 24a2e13..9e9558b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fennec-bs", - "version": "0.1.0", + "version": "0.1.1", "private": true, "dependencies": { "@apollo/client": "^3.3.15", diff --git a/src/commons/graphql/client.tsx b/src/commons/graphql/client.tsx index 2161ba0..c0c5463 100644 --- a/src/commons/graphql/client.tsx +++ b/src/commons/graphql/client.tsx @@ -88,6 +88,7 @@ export const FennecApolloClientProvider: FC = ({ children }) => { splitLink, ]); const client = new ApolloClient({ + connectToDevTools: true, ssrMode: typeof window === "undefined", link, cache: new InMemoryCache({