feat: v0.1.1
This commit is contained in:
parent
653d779efb
commit
498e77e9a1
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fennec-bs",
|
"name": "fennec-bs",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@apollo/client": "^3.3.15",
|
"@apollo/client": "^3.3.15",
|
||||||
|
@ -88,6 +88,7 @@ export const FennecApolloClientProvider: FC = ({ children }) => {
|
|||||||
splitLink,
|
splitLink,
|
||||||
]);
|
]);
|
||||||
const client = new ApolloClient({
|
const client = new ApolloClient({
|
||||||
|
connectToDevTools: true,
|
||||||
ssrMode: typeof window === "undefined",
|
ssrMode: typeof window === "undefined",
|
||||||
link,
|
link,
|
||||||
cache: new InMemoryCache({
|
cache: new InMemoryCache({
|
||||||
|
Loading…
Reference in New Issue
Block a user