Skip to content

Commit 857ecd9

Browse files
authored
docs(migrating-to-react-query-4): update description of refetchactive--refetchinactive (#5904)
1 parent 8457511 commit 857ecd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/react/guides/migrating-to-react-query-4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ refetchInactive: Boolean
248248
For the same reason, those have also been combined:
249249

250250
```diff
251-
- active?: boolean
252-
- inactive?: boolean
251+
- refetchActive?: boolean
252+
- refetchInactive?: boolean
253253
+ refetchType?: 'active' | 'inactive' | 'all' | 'none'
254254
```
255255

0 commit comments

Comments
 (0)