Change compatibility mode from 2 to 3
This commit is contained in:
parent
aa9886be8d
commit
abf4da927e
|
|
@ -28,7 +28,7 @@ const apolloProvider = createApolloProvider({
|
||||||
});
|
});
|
||||||
|
|
||||||
configureCompat({
|
configureCompat({
|
||||||
MODE: 2,
|
MODE: 3,
|
||||||
});
|
});
|
||||||
|
|
||||||
const app = createApp({
|
const app = createApp({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue