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
{{!-- The @class is only there to support a deprecated usage.--}}{{#let (elementthis.tag) as |Tag|~}}
<Tagclass="animated-container {{@class}}" ...attributes >
{{yield}}
</Tag>
{{/let}}
Describe the bug
When building an app that uses ember-animated, embroider throw an error when trying to build:
It appears the problematic behavior is here in
ember-animated/addon/templates/components/animated-container.hbs
To Reproduce
Expected behavior
Happy to submit a PR to fix this, but not sure how to handle dynamic tag names with Embroider.
The text was updated successfully, but these errors were encountered: