Skip to content

Commit

Permalink
docs: Update disabling-queries.md (#8201)
Browse files Browse the repository at this point in the history
  • Loading branch information
olliechick authored Oct 21, 2024
1 parent a2ea754 commit 9d99fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/react/guides/disabling-queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ When `enabled` is `false`:
- The query will ignore query client `invalidateQueries` and `refetchQueries` calls that would normally result in the query refetching.
- `refetch` returned from `useQuery` can be used to manually trigger the query to fetch. However, it will not work with `skipToken`.

> 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`.
[//]: # 'Example'

Expand Down

0 comments on commit 9d99fcb

Please sign in to comment.