Javascript – Strange behavior when deep cloning dynamic objects
I have been trying to deep clone a dynamic object in typescript and all methods just return an empty {} object for this specific scenario!! Here is the type of object I am trying to deep clone fullValues: { [key…