-
-
Notifications
You must be signed in to change notification settings - Fork 596
toJSON() repeats pending updates to nested keys #1452
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
Labels
state:released
Released as stable version
state:released-alpha
Released as alpha version
state:released-beta
Released as beta version
type:bug
Impaired feature or lacking behavior that is likely assumed
Comments
Thanks for opening this issue!
|
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Feb 16, 2022
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Feb 16, 2022
…e in ParseObject.toJSON()
Merged
5 tasks
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Feb 16, 2022
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Feb 16, 2022
…e in ParseObject.toJSON()
Did you mix expected and actual outcome? |
Whoops. Fixed. |
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Dec 19, 2023
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Dec 19, 2023
…e in ParseObject.toJSON()
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Dec 19, 2023
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
Dec 19, 2023
…e in ParseObject.toJSON()
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
May 2, 2024
mstniy
added a commit
to Ocell-io/Parse-SDK-JS
that referenced
this issue
May 2, 2024
…e in ParseObject.toJSON()
🎉 This change has been released in version 5.1.0-alpha.8 |
🎉 This change has been released in version 5.1.0-beta.1 |
🎉 This change has been released in version 5.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
state:released
Released as stable version
state:released-alpha
Released as alpha version
state:released-beta
Released as beta version
type:bug
Impaired feature or lacking behavior that is likely assumed
New Issue Checklist
Issue Description
If there are pending updates to nested fields, the object returned by
toJSON()
is corrupted.Steps to reproduce
Actual Outcome
Prints an object with the keys
{obj: {a: 0}, 'obj.a': 0}
Expected Outcome
Should print roughly
{obj: {a: 0}}
Environment
Server
irrelevant
Ubuntu 20.04
local
Database
MongoDB
5.0.6
local
Client
alpha (d084ac9be058d9b13f8ac2bbf04615f76dc2800d)
Logs
The text was updated successfully, but these errors were encountered: