From a865f37f3f060a698b79a4b35cbce97835c5c413 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:12:32 -0500 Subject: [PATCH] Sync `svelte` docs (#907) sync svelte docs Co-authored-by: Rich-Harris <1162160+Rich-Harris@users.noreply.github.com> --- .../docs/svelte/05-special-elements/01-svelte-boundary.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/svelte.dev/content/docs/svelte/05-special-elements/01-svelte-boundary.md b/apps/svelte.dev/content/docs/svelte/05-special-elements/01-svelte-boundary.md index 2e9f85c83..d0a2fb9ae 100644 --- a/apps/svelte.dev/content/docs/svelte/05-special-elements/01-svelte-boundary.md +++ b/apps/svelte.dev/content/docs/svelte/05-special-elements/01-svelte-boundary.md @@ -6,6 +6,9 @@ title: ... ``` +> [!NOTE] +> This feature was added in 5.3.0 + Boundaries allow you to guard against errors in part of your app from breaking the app as a whole, and to recover from those errors. If an error occurs while rendering or updating the children of a ``, or running any [`$effect`]($effect) functions contained therein, the contents will be removed.