Open ngokevin opened 7 years ago
@ngokevin Anything we want to still do?
Issues still applies. I'd set an internal __dirty flag to arrays (possibly objects) and override Array methods to detect if they are changed. Would allow to skip deep equal checks.
Description:
I'd like to be able to update an array property type using the same array without having the clone the object myself to get past the component deepEqual check.
Currently I need to do:
Possible solutions:
oldData
, but this doesn't sound great for perf.