vite-plugin-terminal icon indicating copy to clipboard operation
vite-plugin-terminal copied to clipboard

Uncaught (in promise) TypeError: Converting circular structure to JSON

Open shai-raz opened this issue 9 months ago • 0 comments

When trying to print an object that has a circular structure, stringify() throws and error, breaking the app. Maybe something like Flatted.stringify() should be used instead of JSON.stringify()?

shai-raz avatar Sep 24 '23 10:09 shai-raz