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 250dbd9 commit c8322d9Copy full SHA for c8322d9
docs/framework/react/reference/useMutationState.md
@@ -38,7 +38,7 @@ const data = useMutationState({
38
})
39
```
40
41
-**Example 3: Access the latest mutation data via the `mutationKey`**
+**Example 3: Access the latest mutation data via the `mutationKey`**.
42
Each invocation of `mutate` adds a new entry to the mutation cache for `gcTime` milliseconds.
43
44
To access the latest invocation, you can check for the last item that `useMutationState` returns.
0 commit comments