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 Nov 3, 2020. It is now read-only.
With
"target": "es6"
, it will fail becauseObj.clone
doesn't seem to work with ES6 objects, it doesn't clone their methods.Might have to write our own ES6-compatible deep clone, possibly even one that is Obj-specific.
The text was updated successfully, but these errors were encountered: