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
<sectionclass="ember-view"><!-- this is extra wrapper --><sectionid="ember515" class="ember-view"><!-- this is the component --><p>Component content</p></section></section>
The text was updated successfully, but these errors were encountered:
The outer wrapper is the container view, which is a virtual metamorph by default. Adding the tagName is being passed to this in addition to the inner component and makes it show up in the DOM.
If you can upgrade to Ember canary then the new {{component}} helper there should also fix this.
dynamic-component seems to be able to render required components without wrapping them in an extra element:
But when i pass
tagName
to dynamic component, e. g....then an extra wrapper appears:
The text was updated successfully, but these errors were encountered: