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

fix: map/set logging #317

Merged
merged 1 commit into from
May 24, 2024
Merged

fix: map/set logging #317

merged 1 commit into from
May 24, 2024

Conversation

mshanemc
Copy link
Contributor

JSON.stringify of Map/Set produce {}
we want to stringify "object" generally, but not those 2 cases (possibly more, haven't seen those yet)

note: isPlainObject from ts-types also returns true for Map/Set and didn't help

@mshanemc mshanemc requested a review from a team as a code owner May 24, 2024 14:02
@cristiand391 cristiand391 merged commit fcb0973 into main May 24, 2024
13 of 14 checks passed
@cristiand391 cristiand391 deleted the sm/set-map-logging branch May 24, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants