You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{#docs-demo as |demo|}}
{{#demo.example name='important'}}
<Button::Important>Foo</Button::Important>
{{/demo.example}}
{{demo.snippet 'important'}}
{{/docs-demo}}
Error:
Template Compiler Error (broccoli-persistent-filter:TemplateCompiler) in dummy/templates/docs/components/buttons.hbs
Closing tag `Button::Important` (on line 6) without an open tag.
This bug does not occur if the component is self closing:
Code:
Error:
This bug does not occur if the component is self closing:
The text was updated successfully, but these errors were encountered: