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 20a1e6c commit 02fd89aCopy full SHA for 02fd89a
1 file changed
examples/ra-offline/src/App.tsx
@@ -15,9 +15,6 @@ const baseQueryClient = new QueryClient({
15
gcTime: 1000 * 60 * 60 * 24, // 24 hours
16
networkMode: "offlineFirst",
17
},
18
- mutations: {
19
- networkMode: "offlineFirst",
20
- },
21
22
});
23
0 commit comments