diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 1053748e1b..6184651a0c 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1348,12 +1348,10 @@ bind:this={component_instance} Components also support `bind:this`, allowing you to interact with component instances programmatically. -> Note that we can't do `{cart.empty}` since `cart` is `undefined` when the button is first rendered and throws an error. - ```sv - ```