data
data copied to clipboard
rollbackAttributes or unloadRecord while iterating a sync hasMany relationship errors
Affects pretty much all versions of ember-data. Basically an operation that results in removal from the array being iterated affects later iterations, causing an out-of-bounds error. For each record unloaded, iteration will both skip the next item in the array and encounter an undefined index at the end of the array.