can-derive
can-derive copied to clipboard
Batch changes inside of DerivedList.each
It's possible that you could be iterating a derived list and modify an item in the source list which will influence the derived list that you're iterating.
Fix that.