You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If, while the async code is running someCondition becomes false the button is destroyed and then I get this error. I suggest doing something in the willDestroyElement event of the Ember Component to avoid this.