Skip to content

Commit 983c52c

Browse files
github-actions[bot]svelte-docs-bot[bot]paoloricciutiOcean-OS
authored
Sync svelte docs (#1606)
sync svelte docs Co-authored-by: svelte-docs-bot[bot] <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Co-authored-by: Paolo Ricciuti <[email protected]> Co-authored-by: ComputerGuy <[email protected]>
1 parent 709c3a1 commit 983c52c

File tree

1 file changed

+2
-0
lines changed
  • apps/svelte.dev/content/docs/svelte/03-template-syntax

1 file changed

+2
-0
lines changed

apps/svelte.dev/content/docs/svelte/03-template-syntax/12-bind.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,8 @@ Components also support `bind:this`, allowing you to interact with component ins
365365
</script>
366366
```
367367

368+
> [!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.
369+
368370
## bind:_property_ for components
369371

370372
```svelte

0 commit comments

Comments
 (0)