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

bugfix: toJSON internal cache ids resulting in wrong data #3257

Merged
merged 2 commits into from
Sep 25, 2020

Conversation

steffenagger
Copy link
Contributor

Relying on this.constructor.name was a bad idea. This fix switches to using objectSchema.name instead.

This fixes #3254

@steffenagger steffenagger self-assigned this Sep 23, 2020
CHANGELOG.md Outdated Show resolved Hide resolved
@steffenagger steffenagger merged commit c9a3e33 into master Sep 25, 2020
@steffenagger steffenagger deleted the sa/tojson-cache-id-fix branch September 25, 2020 09:33
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Copying same object multiple time while writing JSON that contains multiple nested objects
3 participants