pull/16376/head
Rich Harris 2 months ago
parent 4d3bd638c9
commit 14f345841c

@ -16,7 +16,7 @@ Boundaries allow you to 'wall off' parts of your app, so that you can:
If a boundary handles an error (with a `failed` snippet or `onerror` handler, or both) its existing content will be removed.
> Errors occurring outside the rendering process (for example, in event handlers or after a `setTimeout` or async work) are _not_ caught by error boundaries.
> [!NOTE] Errors occurring outside the rendering process (for example, in event handlers or after a `setTimeout` or async work) are _not_ caught by error boundaries.
## Properties

Loading…
Cancel
Save