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)
π Describe the Bug
In my addon tests, I get the error:
When running my tests with ember-canary.
π¬ Minimal Reproduction
You can see the error here: https://github.com/fabscale/ember-cognito-identity/runs/1529670638?check_suite_focus=true
π Actual Behavior
I get an error on canary for code that otherwise works.
π€ Expected Behavior
Code should continue to work on Canary.
π Environment
β Additional Context
Originally filed here: https://github.com/machty/ember-concurrency/issues/390#issuecomment-742596351