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.
The text was updated successfully, but these errors were encountered:
I get this error when the button component was destroyed within the async promise. Pseudocode example:
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 thewillDestroyElement
event of the Ember Component to avoid this.The text was updated successfully, but these errors were encountered: