Skip to content
Closed
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ const {
- Optional
- Set this to `true` to enable suspense mode.
- When `true`, `useQuery` will suspend when `status === 'loading'`
- When `true`, `useQuery` will throw runtime errors when `status === 'error'`
- When `false`, `useQuery` will throw runtime errors when `status === 'error'`
- `initialData: any | Function() => any`
- Optional
- If set, this value will be used as the initial data for the query cache (as long as the query hasn't been created or cached yet)
Expand Down Expand Up @@ -1840,7 +1840,7 @@ const {
- Optional
- Set this to `true` to enable suspense mode.
- When `true`, `useQuery` will suspend when `status === 'loading'`
- When `true`, `useQuery` will throw runtime errors when `status === 'error'`
- When `false`, `useQuery` will throw runtime errors when `status === 'error'`
- `initialData: any`
- Optional
- If set, this value will be used as the initial data for the query cache (as long as the query hasn't been created or cached yet)
Expand Down Expand Up @@ -1978,7 +1978,7 @@ const {
- Optional
- Set this to `true` to enable suspense mode.
- When `true`, `useQuery` will suspend when `status === 'loading'`
- When `true`, `useQuery` will throw runtime errors when `status === 'error'`
- When `false`, `useQuery` will throw runtime errors when `status === 'error'`
- `initialData: any`
- Optional
- If set, this value will be used as the initial data for the query cache (as long as the query hasn't been created or cached yet)
Expand Down