feat: v0.1.1
This commit is contained in:
@ -88,6 +88,7 @@ export const FennecApolloClientProvider: FC = ({ children }) => {
|
||||
splitLink,
|
||||
]);
|
||||
const client = new ApolloClient({
|
||||
connectToDevTools: true,
|
||||
ssrMode: typeof window === "undefined",
|
||||
link,
|
||||
cache: new InMemoryCache({
|
||||
|
Reference in New Issue
Block a user