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 7c0187e commit 0e913ebCopy full SHA for 0e913eb
docs/framework/react/reference/useMutation.md
@@ -52,7 +52,7 @@ mutate(variables, {
52
- `mutationKey: unknown[]`
53
- Optional
54
- A mutation key can be set to inherit defaults set with `queryClient.setMutationDefaults`.
55
-- `networkMode: 'online' | 'always' | 'offlineFirst`
+- `networkMode: 'online' | 'always' | 'offlineFirst'`
56
- optional
57
- defaults to `'online'`
58
- see [Network Mode](./guides/network-mode) for more information.
0 commit comments