From 6b364b0086eb61e4c95bd10c1011a2f2043abf61 Mon Sep 17 00:00:00 2001 From: "svelte-docs-bot[bot]" <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 20:27:20 +0000 Subject: [PATCH] sync svelte docs --- .../content/docs/svelte/03-template-syntax/12-bind.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/svelte.dev/content/docs/svelte/03-template-syntax/12-bind.md b/apps/svelte.dev/content/docs/svelte/03-template-syntax/12-bind.md index f89b7eafae..533dcd3bc3 100644 --- a/apps/svelte.dev/content/docs/svelte/03-template-syntax/12-bind.md +++ b/apps/svelte.dev/content/docs/svelte/03-template-syntax/12-bind.md @@ -365,6 +365,8 @@ Components also support `bind:this`, allowing you to interact with component ins ``` +> [!NOTE] In case of using [the function bindings](#Function-bindings), the getter is required to ensure that the correct value is nullified on component or element destruction. + ## bind:_property_ for components ```svelte