machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
691 stars 157 forks source link

Ember._setComputedDecorator is not a function #388

Closed esbanarango closed 3 years ago

esbanarango commented 3 years ago
"ember-cli": "3.22.0",
"ember-source": "3.23.1",
"ember-concurrency": "1.3.0",

https://github.com/emberjs/ember.js/pull/18826

JSDoc__Source__index_js_and_package_json_—_workspace__Workspace_
maxfierke commented 3 years ago

Yep, in this case we use _setClassicDecorator instead, which should exist in versions where _setComputedDecorator does not. Does _setClassicDecorator not exist in 3.23?

esbanarango commented 3 years ago

palm face

This error is actually coming from ember-animated.