We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b95306 commit c7da0c6Copy full SHA for c7da0c6
packages/faustwp-core/src/client.ts
@@ -103,7 +103,7 @@ export function createApolloClient(authenticated = false) {
103
let apolloClientOptions: ApolloClientOptions<NormalizedCacheObject> = {
104
ssrMode: typeof window === 'undefined',
105
devtools: {
106
- enabled: typeof window !== 'undefined'
+ enabled: typeof window !== 'undefined',
107
},
108
link: linkChain,
109
cache: new InMemoryCache(inMemoryCacheObject).restore(windowApolloState),
0 commit comments