Skip to content

Commit 7153c57

Browse files
taisei-13046安井大晟
andauthored
docs: fix isPending boolean about dependent queries (#6294)
Co-authored-by: 安井大晟 <[email protected]>
1 parent 20bd905 commit 7153c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react/guides/dependent-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `projects` query will start in:
3737

3838
```tsx
3939
status: 'pending'
40-
isPending: false
40+
isPending: true
4141
fetchStatus: 'idle'
4242
```
4343

0 commit comments

Comments
 (0)