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({