We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87013d5 commit d9b2ca7Copy full SHA for d9b2ca7
1 file changed
packages/query-core/src/types.ts
@@ -365,7 +365,7 @@ export interface QueryObserverOptions<
365
* If set to `false`, the query will not refetch on reconnect.
366
* If set to `'always'`, the query will always refetch on reconnect.
367
* If set to a function, the function will be executed with the latest data and query to compute the value.
368
- * Defaults to the value of `networkOnline` (`true`)
+ * Defaults to `true` unless `networkMode` is `'always'`.
369
*/
370
refetchOnReconnect?:
371
| boolean
0 commit comments