JSON.stringify on computed gives error about cyclic value
Version
3.2.31
Reproduction link
Steps to reproduce
Call JSON.stringify
on any computed (without .value
)
What is expected?
Not actually sure if this should be expected to work or not ...
What is actually happening?
You get "TypeError: cyclic object value" (Firefox)/"TypeError: Converting circular structure to JSON" (Chrome)
Seems similar to https://github.com/vuejs/core/issues/1916, but affects recent Chrome/Firefox on PC