Skip to content

Commit d78b7d3

Browse files
ci: apply automated fixes
1 parent a681ed0 commit d78b7d3

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

docs/framework/react/guides/query-cancellation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,3 @@ return (
191191
## Limitations
192192

193193
Cancelation does not work when working with `Suspense` hooks: `useSuspenseQuery`, `useSuspenseQueries` and `useSuspenseInfiniteQuery`.
194-

docs/framework/react/reference/useSuspenseInfiniteQuery.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,3 @@ Same object as [useInfiniteQuery](../useInfiniteQuery), except that:
2828
**Caveat**
2929

3030
[Cancelation](../guides/query-cancellation.md) does not work.
31-

docs/framework/react/reference/useSuspenseQueries.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ Same structure as [useQueries](../useQueries), except that for each `query`:
3030
Keep in mind that the component will only re-mount after **all queries** have finished loading. Hence, if a query has gone stale in the time it took for all the queries to complete, it will be fetched again at re-mount. To avoid this, make sure to set a high enough `staleTime`.
3131

3232
[Cancelation](../guides/query-cancellation.md) does not work.
33-

docs/framework/react/reference/useSuspenseQuery.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ Same object as [useQuery](../useQuery), except that:
2727
**Caveat**
2828

2929
[Cancelation](../guides/query-cancellation.md) does not work.
30-

0 commit comments

Comments
 (0)