We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce8777f + f33f24d commit f47adb0Copy full SHA for f47adb0
docs/framework/react/reference/useQuery.md
@@ -75,7 +75,7 @@ const {
75
- `enabled: boolean | (query: Query) => boolean`
76
- Set this to `false` to disable this query from automatically running.
77
- Can be used for [Dependent Queries](../guides/dependent-queries.md).
78
-- `networkMode: 'online' | 'always' | 'offlineFirst`
+- `networkMode: 'online' | 'always' | 'offlineFirst'`
79
- optional
80
- defaults to `'online'`
81
- see [Network Mode](../guides/network-mode.md) for more information.
0 commit comments