You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/docs/05-special-elements/01-svelte-boundary.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Boundaries allow you to guard against errors in part of your app from breaking t
13
13
14
14
If an error occurs while rendering or updating the children of a `<svelte:boundary>`, or running any [`$effect`]($effect) functions contained therein, the contents will be removed.
15
15
16
-
Errors occurring outside the rendering process (for example, in event handlers) are _not_ caught by error boundaries.
16
+
Errors occurring outside the rendering process (for example, in event handlers or after a `setTimeout` or async work) are _not_ caught by error boundaries.
0 commit comments