sasaplus1 / deepcopy.js

deep copy data

Home Page:https://sasaplus1.github.io/deepcopy.js/benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object prototypes are not copied in version 2.1 , works in 0.63

gpitot opened this issue · comments

Example of working copy of object prototype here in version 0.63
https://codesandbox.io/s/deepcopy-0-6-3-prototype-0hir2?file=/src/index.js

Example of non-working copy of object prototype here in version 2.1
https://codesandbox.io/s/deepcopy-2-1-prototype-54r45?file=/src/index.js