Change compatibility mode from 2 to 3

This commit is contained in:
Ramon Wenger 2023-02-16 10:02:34 +01:00
parent aa9886be8d
commit abf4da927e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const apolloProvider = createApolloProvider({
});
configureCompat({
MODE: 2,
MODE: 3,
});
const app = createApp({