Closed arv closed 3 years ago
Given the following object:
const a = []; const b = [a, a]; deepClone(b);
This throws today because we see a twice. We should push/pop (add/delete) as we go into deeper structures.
a
Given the following object:
This throws today because we see
a
twice. We should push/pop (add/delete) as we go into deeper structures.