Skip to content

Commit 1d32258

Browse files
committed
Fix issue with race condition
1 parent 0ef449e commit 1d32258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const client = new ApolloClient({
4646
cache: new InMemoryCache({
4747
typePolicies: {
4848
ServerInfo: {
49-
merge: false,
49+
merge: true,
5050
},
5151
},
5252
}),

0 commit comments

Comments
 (0)