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 has been archived by the owner on Jan 23, 2021. It is now read-only.
I have encountered this problem when I tried to remove an object from an array and re-assign it to an object.
I have broken down the problem into this simple example:
I expected
result.a
to be[3]
instead.The native
Object.assign
from v8 yields a different result:This leads me to believe that this is a bug in
deep-assign
.The text was updated successfully, but these errors were encountered: