Closed ivanortegaalba closed 9 months ago
It is hardening the stringifying of the JSON to avoid circular dependencies.
The object can contain circular structures when extracting variables from a value object. For example, references to the parent object. See this.
:rocket: PR was released in v3.4.0 :rocket:
v3.4.0
It is hardening the stringifying of the JSON to avoid circular dependencies.
The object can contain circular structures when extracting variables from a value object. For example, references to the parent object. See this.