Throw error on circular references
See original GitHub issueCurrently the library does not throw error when parsing circual references.
Example:
const circular = {
a : "value"
}
circular.a = circular
JSON.stringify(circular) //throws error
const circular = {
a : "value"
}
circular.a = circular
qs.stringify(circular) //freezes computer 😣
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Remove or allow a circular reference - Microsoft Support
If you can't find the error, click the Formulas tab, click the arrow next to Error Checking, point to Circular References, and then...
Read more >How to Fix the Excel Circular Reference Error? - Simon Sez IT
In this guide, learn how to find and fix the Excel circular reference error. Als learn, how to properly use circular references in...
Read more >Circular reference in Excel: how to find, enable, use, or remove
To check your Excel workbook for circular references, perform the following steps: Go to the Formulas tab, click the arrow next to Error...
Read more >How To Find and Remove Circular References in Excel - Indeed
The error message appears in a dialog box in the middle of your screen. It offers a simple definition of a circular reference,...
Read more >How to Find Circular References in Excel (+ How to Fix Them)
1. Go to the Formulas tab. 2. Click the Error Checking button. 3. Hover over Circular Reference. 4. Check the status bar. Read...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No, please leave them all open - whatever solution we go with, I’ll update all three PRs to have it as part of landing.
Ok please stop creating extra PRs tho - each PR is a permanent ref on the repo, so how i have 3 PRs to keep in sync 😃