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
This lib is for handling JSON and JSON does not specify how dates should be serialized so it's kinda an expected behavior. Maybe it's possible to call "toJSON()" for objects having a serialization specified in JS.
When using
apply
on two objects, any property that is null onobj1
and a date inobj2
results in the returning value becoming an empty object.Here is the code that is being run
Is it by design that the result of the apply is
{ date: {}, name: 'first' }
?The text was updated successfully, but these errors were encountered: