You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One edge case with merging is that incoming value of null gets handled before deserializer, and can thereby overwrite existing value. This is probably not what user wants; and although we'll tackle some aspects with #1402, the most straight-forward solution would seem to be to just ignore incoming null when merging.
So let's see if that is doable.
The text was updated successfully, but these errors were encountered:
(off-shoot of #1399)
One edge case with merging is that incoming value of
null
gets handled before deserializer, and can thereby overwrite existing value. This is probably not what user wants; and although we'll tackle some aspects with #1402, the most straight-forward solution would seem to be to just ignore incomingnull
when merging.So let's see if that is doable.
The text was updated successfully, but these errors were encountered: