Reconcile not recognising equality in Date() objects
It seems like reconcile() doesn't recognise equality in Date() objects.
It recognises strings, numbers, booleans, arrays, objects as equal. It doesn't recognise Date() objects as such.
Is it possible to somehow overwrite the equality operation for Date() in reconcile? I mean, it should be comparing by timestamp seconds and recognise when they are equal.
1 Reply
Created a helper function for it. It also does partial reconcile.