zendesk/ember-resource

Arrays within internal data

Opened this issue · 0 comments

Adding here so we don't forget about it.

Similar to #89, when there is an array within the data object, it does not deep copy it, so it shares the reference.

The issue might be that we just copy array, instead of iterating through it and recursively calling deep set.

/cc @shajith @jish