We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
''
These lines:
telejson/src/index.ts
Lines 149 to 150 in 6d2e7a4
## in node REPL > const b = {} undefined > b[''] = { b: b} <ref *1> { b: { '': [Circular *1] } } > require('telejson').stringify(b) Uncaught TypeError: Converting circular structure to JSON --> starting at object with constructor 'Object' | <anonymous> -> object with constructor 'Object' --- property 'b' closes the circle at JSON.stringify (<anonymous>) at Object.stringify (/Users/tom/GitHub/chromaui/chromatic/node_modules/telejson/dist/cjs/index.js:467:15)
It should stringify correctly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
These lines:
telejson/src/index.ts
Lines 149 to 150 in 6d2e7a4
''
. As we saw in storybookjs/storybook#20755, that isn't a good assumption.Steps to reproduce the behavior
Expected behavior
It should stringify correctly.
The text was updated successfully, but these errors were encountered: