We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tannerlinsley
TkDodo
Learn more about funding links in repositories.
Report abuse
1 parent a2ea754 commit 9d99fcbCopy full SHA for 9d99fcb
docs/framework/react/guides/disabling-queries.md
@@ -14,7 +14,7 @@ When `enabled` is `false`:
14
- The query will ignore query client `invalidateQueries` and `refetchQueries` calls that would normally result in the query refetching.
15
- `refetch` returned from `useQuery` can be used to manually trigger the query to fetch. However, it will not work with `skipToken`.
16
17
-> Typescript users may prefer to use [skipToken](#typesafe-disabling-of-queries-using-skiptoken) as an alternative to `enabled = false`.
+> TypeScript users may prefer to use [skipToken](#typesafe-disabling-of-queries-using-skiptoken) as an alternative to `enabled = false`.
18
19
[//]: # 'Example'
20
0 commit comments