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
I have a scenario where a list of models is shown and each model is responsible for removing itself after it becomes old. However when unloadRecord is called the model is removed but the observers stay connected.
The text was updated successfully, but these errors were encountered:
Here is a twiddle demonstrating the problem (on canary): https://ember-twiddle.com/1523fd2fae4a21c261d7?numColumns=1&openFiles=models.event.js%2C
I have a scenario where a list of models is shown and each model is responsible for removing itself after it becomes old. However when
unloadRecord
is called the model is removed but the observers stay connected.The text was updated successfully, but these errors were encountered: