JavaScript
JavaScript tried to serialize a circular object
JavaScript found a circular reference while attempting to serialize an object to JSON.
JavaScript
JavaScript found a circular reference while attempting to serialize an object to JSON.
Observed message
TypeError: cyclic object value
Why it happens
How to fix it
Official reference
MDN: TypeError: cyclic object valueRelated errors
Explore more