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
While tagName = '' is only semi-officially supported, @tagName() appears to be the better alternative. Unfortunately it needs an additional dependency though, which some projects might prefer to avoid.
I would propose to check the project dependencies (similar to how we do it for ember-component-css), and only use @tagName when the project already has a dependency on ember-decorators. Additionally we could make it possible to override the detection with a CLI option, if necessary.