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
Util.format handles the recursive structures (but it is only for Node reporters) just to confirm you happened to have this issue with a testing/browser env right?
Describe the feature
Discovered in nuxt/nuxt#27130, it's possible to create an infinite loop when getters call
console.log
, which is true for Vue.Reproduction: https://codepen.io/danielroe/pen/GRaqZOj?editors=1111
I wonder if it would be worth trying to add protection against this kind of thing? Maybe
JSON.stringify
could be called lazily?Additional information
The text was updated successfully, but these errors were encountered: