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 d3073c8 commit 665e747Copy full SHA for 665e747
docs/framework/react/reference/useMutation.md
@@ -59,7 +59,7 @@ mutate(variables, {
59
- `mutationKey: unknown[]`
60
- Optional
61
- A mutation key can be set to inherit defaults set with `queryClient.setMutationDefaults`.
62
-- `networkMode: 'online' | 'always' | 'offlineFirst`
+- `networkMode: 'online' | 'always' | 'offlineFirst'`
63
64
- defaults to `'online'`
65
- see [Network Mode](../../guides/network-mode) for more information.
0 commit comments