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 eac52f6 commit 90308e1Copy full SHA for 90308e1
docs/src/pages/reference/useQuery.md
@@ -168,6 +168,9 @@ const result = useQuery({
168
- Optional
169
- Defaults to `true`
170
- If set to `false`, structural sharing between query results will be disabled.
171
+- `useErrorBoundary: boolean`
172
+ - Defaults to the global query config's `useErrorBoundary` value, which is false
173
+ - Set this to true if you want errors to be thrown in the render phase and propagated to the nearest error boundary
174
175
**Returns**
176
0 commit comments