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
RangeError: Maximum call stack size exceeded
at unwrapRefProxy (vue-composition-api.module.js?750b:657)
at _loop_1 (vue-composition-api.module.js?750b:648)
at unwrapRefProxy (vue-composition-api.module.js?750b:654)
at _loop_1 (vue-composition-api.module.js?750b:648)
at unwrapRefProxy (vue-composition-api.module.js?750b:654)
at _loop_1 (vue-composition-api.module.js?750b:648)
at unwrapRefProxy (vue-composition-api.module.js?750b:654)
at _loop_1 (vue-composition-api.module.js?750b:648)
at unwrapRefProxy (vue-composition-api.module.js?750b:654)
at _loop_1 (vue-composition-api.module.js?750b:648)
Oh, exactly it was so. (checked by passing object to JSON.stringify)
TypeError: Converting circular structure to JSON
--> starting at object with constructor 'Vue'
| property '$options' -> object with constructor 'Object'
| property 'router' -> object with constructor 'VueRouter'
--- property 'app' closes the circle
composition-api/src/reactivity/unwrap.ts
Lines 5 to 38 in 8c449c1
Changing this func like below will fix this error. (refs #361)
The text was updated successfully, but these errors were encountered: