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
Fix error when recursively traverse an object (vuejs#2686)
* fix 'Maximum call stack size exceeded' when recursively traverse an object
* remove semicolon
* simplify assignment expression
* add unit test for circular references detected in Watcher#traverse
0 commit comments