metac icon indicating copy to clipboard operation
metac copied to clipboard

fix: [#152] - use a.isEqual check instead of calling DeepEqual again

Open adwski opened this issue 3 years ago • 1 comments

I propose to check for changes in merged child object without considering lastApplied annotation. It seems that it is not guaranteed to be exactly the same after child is observed.

adwski avatar Mar 10 '21 05:03 adwski

does it touched only lastApplied... or all fields ? Because I see you changed generic equal method

grzesuav avatar Mar 20 '21 20:03 grzesuav