-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when used with native classes #261
Comments
I think we could likely migrate to using native classes directly. Also, to be clear, this will be an issue with Ember 3.6.0+ when IE11 is not being targeted (not just with the polyfill). |
Shameless plug: ember-concurrency-decorators Edit: just noticed that this not actually about using a task on a native class. In any case, dear Googler, if you want to do that though, the above addon is for you. |
@buschtoens fyi also happens when using ember-concurrency-decorators with the ember-native-class-polyfill |
* Use class syntax for extending from ComputedProperty Fix for #261 * Add super.setup to make sure the tests pass on ember beta and canary versions
Fix released on 0.8.24 |
When used with
ember-native-class-polyfill
andember-decorators
, following error is thrownIts originated from https://github.com/machty/ember-concurrency/blob/master/addon/-task-property.js#L418
cc: @rwjblue
The text was updated successfully, but these errors were encountered: