Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/query-core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export interface QueryObserverOptions<
* If set to `false`, the query will not refetch on reconnect.
* If set to `'always'`, the query will always refetch on reconnect.
* If set to a function, the function will be executed with the latest data and query to compute the value.
* Defaults to the value of `networkOnline` (`true`)
* Defaults to `true` unless `networkMode` is `'always'`.
*/
refetchOnReconnect?:
| boolean
Expand Down
Loading