Open juggy opened 5 years ago
@juggy .. if you have the energy to examine the source of the issue and fix it then please do. I will accept a PR with the fix.
I'm not even sure this is specific to ember-data-tracker. I encounter the same error when using this kind of property in an ember app
get notification() {
return user.hasMany('fileTransferNotifications').value().firstObject;
}
end reloading the user.
Hello,
I am getting this error on 3.14 (with ember-data 3.13 and 3.14):
Not tracking the changes on the model fixes it, so it is related to the tracking itself. This happens after a successful save as you can see, when the data is reloaded.