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
{{ message }}
This repository was archived by the owner on Mar 12, 2025. It is now read-only.
We have an issue with an special merger. We need to keep the properties even if the source object has that property as undefined, so we use a custom merger, with almost all values they work ok, but when the original object has a value of null, the resulting property is set to undefined.
We have an issue with an special merger. We need to keep the properties even if the source object has that property as
undefined, so we use a custom merger, with almost all values they work ok, but when the original object has a value ofnull, the resulting property is set to undefined.Here is the code running on runkit https://runkit.com/donnanicolas/seamless-immutable-null
We don't know why this happens