We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e018fd1 commit 37d7c99Copy full SHA for 37d7c99
src/routes/reference/components/error-boundary.mdx
@@ -22,7 +22,7 @@ For instance:
22
23
**Type**: `JSX.Element | ((err: any, reset: () => void) => JSX.Element)`
24
25
-The content to display when an error occurs.
+`fallback` provides content to display when an error occurs.
26
If a function is passed, it receives two parameters:
27
28
- `err`: The caught error object.
0 commit comments