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 369d826 commit 4635954Copy full SHA for 4635954
docs/framework/react/reference/useMutationState.md
@@ -36,7 +36,6 @@ const data = useMutationState({
36
filters: { mutationKey },
37
select: (mutation) => mutation.state.data,
38
})
39
-
40
```
41
42
**Example 3: Access the latest mutation data via the `mutationKey`**
0 commit comments