feat: v0.1.1

This commit is contained in:
Ivan Li
2021-06-27 19:43:30 +08:00
parent 653d779efb
commit 243b0d7b8d
3 changed files with 33 additions and 11 deletions

View File

@ -88,6 +88,7 @@ export const FennecApolloClientProvider: FC = ({ children }) => {
splitLink,
]);
const client = new ApolloClient({
connectToDevTools: true,
ssrMode: typeof window === "undefined",
link,
cache: new InMemoryCache({