lukeed / klona

A tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!
MIT License
1.62k stars 43 forks source link

Error: Maximum call stack size exceeded #44

Open Wyatex opened 1 year ago

Wyatex commented 1 year ago

It seems that there is no check for circular dependencies. Once a deep clone is performed on an object with circular dependencies, it will cause stack overflow. So, like rfdc, can you provide parameters for deep clone of objects with circular dependencies? This is the reproduction code.