Skip to content

Commit 88b254e

Browse files
Update src/routes/reference/components/error-boundary.mdx
Co-authored-by: Sarah <gerrardsarah@gmail.com>
1 parent 78be42d commit 88b254e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/reference/components/error-boundary.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ If a function is passed, it receives two parameters:
2828
- `err`: The caught error object.
2929
- `reset`: A function that forces the `<ErrorBoundary>` to re-render its children and clear the error state.
3030

31-
It's important to note that errors occurring within the fallback itself are not caught by the same `<ErrorBoundary>`, and will propagate to any parent error boundaries.
31+
If there's an error within the `fallback` itself, however, it is not caught by the same `<ErrorBoundary>`.
32+
Instead, it will bubble up to any parent error boundaries.
3233

3334
## Example
3435

0 commit comments

Comments
 (0)