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-canary: destroyables.isDestroying is not a function #390

Closed mydea closed 3 years ago

mydea commented 3 years ago

In my addon tests, I get the error:

component.js:192 Uncaught TypeError: (0 , _destroyables.isDestroying) is not a function
    at CognitoLoginForm.get isDestroying [as isDestroying] (component.js:192)
    at Class._performShared (-task-property.js:396)
    at Class.perform (-task-property.js:372)
    at -helpers.js:25
    at Backburner._join (backburner.js:995)
    at Backburner.join (backburner.js:760)
    at join (index.js:168)
    at CognitoLoginForm.<anonymous> (index.js:263)
    at index.js:5721
    at instrument (index.js:142)

When running my tests with ember-canary.

My dependencies are:

maxfierke commented 3 years ago

ember-concurrency is just checking the isDestroying property on the component here, so I think this is probably an issue with ember canary that should be filed upstream. Thanks!