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
Invoking a tagless component and providing an id triggers an assertion with the following text:
Error: Assertion Failed: You cannot use `elementId` on a tag-less component: <App.FooBarComponent:ember275>
I completely agree that passing an elementId to a tagless component is obviously wrong, however passing id is not the same as passing elementId. However, passing id is not "obviously wrong".
Invoking a tagless component and providing an
id
triggers an assertion with the following text:I completely agree that passing an
elementId
to a tagless component is obviously wrong, however passingid
is not the same as passingelementId
. However, passingid
is not "obviously wrong".Alpha Demo JSBin
Canary Demo JSBin
Beta Demo JSBin
The text was updated successfully, but these errors were encountered: