diff --git a/site/content/tutorial/06-bindings/14-component-this/text.md b/site/content/tutorial/06-bindings/14-component-this/text.md index e389dbbacf..f19b9246ca 100644 --- a/site/content/tutorial/06-bindings/14-component-this/text.md +++ b/site/content/tutorial/06-bindings/14-component-this/text.md @@ -19,5 +19,3 @@ Now we can programmatically interact with this component using `field`. Focus field ``` - -> Note that we can't do `{field.focus}` since field is undefined when the button is first rendered and throws an error.