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
Hey,
Great work on this tool! I wanted to give it a try (deepEqual especially), but with our deeply nested schema it resulted in stack overflow. Error description below:
Calling a deepEqual on a large, mutually recursive object schemas results in RangeError: Maximum call stack size exceeded.
Seems like the walker expands every z.lazy reference and re-enters previously seen schema nodes without effective cycle termination, causing recursion.