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