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
When logging big nested objects consoleInspect() can throw "Maximum call stack size exceeded". The implementation should be converted to use loops instead of recursion. This will also improve the performance.
When logging big nested objects
consoleInspect()can throw "Maximum call stack size exceeded". The implementation should be converted to use loops instead of recursion. This will also improve the performance.