Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 10, 2025
1 parent cf839ca commit 308fd44
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 @@ -104,7 +104,7 @@ If you are using TypeScript, you can use the `skipToken` to disable a query. Thi
[//]: # 'Example3'

```tsx
import { skipToken, useQuery } from '@tanstack/react-query';
import { skipToken, useQuery } from '@tanstack/react-query'

function Todos() {
const [filter, setFilter] = React.useState<string | undefined>()
Expand Down

0 comments on commit 308fd44

Please sign in to comment.