Closed frytkost closed 7 months ago
I've released a patch version that added @ember-decorators/component
to dependencies. Cna you try again with 3.0.2?
@cibernox, I'm still having the same issue with the version 3.0.2.
Ok, I tried and I discovered that there's something broken in Ember canary. It does work if you downgrade to 3.11. I'll investigate further.
This issue in ember-decorators should fix it: https://github.com/ember-decorators/ember-decorators/pull/451
In trying to upgrade from Ember 3.12.0 to 3.13.2, we are running into this issue.
As far as I can tell the linked issue was resolved in version 6.0.1 of ember-decorators
.
Ember power select don't work on ember octane Steps:
<PowerSelect @options={{this.names}} @onChange={{this.foo}} as |name|> {{name}} </PowerSelect>
Uncaught (in promise) Error: Assertion Failed: The @layout decorator must be provided a template, received: owner => { let result = cache.get(owner);