Skip to content
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

Use a safe stringify helper in place of JSON.stringify #7036

Open
robwalch opened this issue Feb 19, 2025 · 1 comment · May be fixed by #7045
Open

Use a safe stringify helper in place of JSON.stringify #7036

robwalch opened this issue Feb 19, 2025 · 1 comment · May be fixed by #7045
Milestone

Comments

@robwalch
Copy link
Collaborator

Log lines that stringify objects with cyclical references throw. These references can come from external objects like the media element that have addition properties on them. Example #7008.

@robwalch
Copy link
Collaborator Author

Merged:

robwalch added a commit that referenced this issue Feb 21, 2025
@robwalch robwalch linked a pull request Feb 21, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant