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 just ran into this problem as well, though I cannot track down where multiple calls to destroy are happening. I have a remove listener set up on a collection which calls the destroy method on the removed model, and then everything goes crazy and I have a stack overflow.
Hi,
The issue is easy to reproduce. Simply invoke "destroy" twice in the same model.
I'm not saying it is correct invoking "destroy" twice on the same model, but in my opinion this should be better handled.
Thanks
The text was updated successfully, but these errors were encountered: