-
-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
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
qs.stringify Uncaught RangeError: Cyclic object value #403
Comments
This should be fixed in v6.10.1 (see #402). Can you confirm which version of |
I tested this one with "version": "6.10.1" |
Thanks, I can reproduce this. |
Any updates on this? |
No, I haven't come up with a fix yet. A PR in the meantime would be welcome. |
Hi @ljharb, i try with umd file with [email protected], sometimes the bug is still there sometimes not 😕 should i use different version? |
@irhamputra i mean, it's 2021, nobody should be using UMDs for anything - but certainly if the UMD version is different than the real one, that's a bug somewhere. |
Fixes ljharb#403. Co-authored-by: liaokunhua <[email protected]> Co-authored-by: Jordan Harband <[email protected]>
Fixes ljharb#403. Co-authored-by: liaokunhua <[email protected]> Co-authored-by: Jordan Harband <[email protected]>
var qs = require('qs');
var a = ['a'];
qs.stringify({x:a,y:a});
-> Uncaught RangeError: Cyclic object value
The text was updated successfully, but these errors were encountered: