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 e90941d commit 8edc010Copy full SHA for 8edc010
docs/rtk-query/usage/manual-cache-updates.mdx
@@ -58,7 +58,7 @@ The core concepts for an optimistic update are:
58
Where many mutations are potentially triggered in short succession causing overlapping requests,
59
you may encounter race conditions if attempting to roll back patches using the `.undo` property
60
on failures. For these scenarios, it is often simplest and safest to invalidate the tags on error
61
-instead, and re-fetch truly up-to-date data straight from the server.
+instead, and re-fetch truly up-to-date data from the server.
62
:::
63
64
```ts title="Optimistic update mutation example (async await)"
0 commit comments