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
Okay, I've fully grokked the PR and resurrected all the ember-data internals knowledge from the cold storage part of my brain 😜 . This seems to be related to relationships. It seems that internalModels w/ a relationship are preserved when unloadRecord is called. So we need to do a better job at cleaning up.
Let me see if I can write a failing test now that I understand what's happening.
Steps:
pushPayload
that includes a model with embedded fragmentpushPayload
again for the same modeldestroyed
and no longer observable.I bisected the issue and found this beastly commit is the culprit: emberjs/data@2f18405 ... I really have no idea where to begin 😢
The text was updated successfully, but these errors were encountered: