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 361935a commit 41f46adCopy full SHA for 41f46ad
docs/src/pages/guides/query-invalidation.md
@@ -17,7 +17,7 @@ queryClient.invalidateQueries('todos')
17
When a query is invalidated with `invalidateQueries`, two things happen:
18
19
- It is marked as stale. This stale state overrides any `staleTime` configurations being used in `useQuery` or related hooks
20
-- If the query is currently being rendered via `useQuery` or related hooks), it will also be refetched in the background
+- If the query is currently being rendered via `useQuery` or related hooks, it will also be refetched in the background
21
22
## Query Matching with `invalidateQueries`
23
0 commit comments