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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: