parse-community / Parse-SDK-JS

The JavaScript SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
1.32k stars 596 forks source link

fix: Objects wrongly getting converted to Array #2206

Closed mkmandar123 closed 3 months ago

mkmandar123 commented 3 months ago

Pull Request

Closes: https://github.com/parse-community/Parse-SDK-JS/issues/2198

Approach

Issue demo

parse-github-assistant[bot] commented 3 months ago

Thanks for opening this pull request!

mtrezza commented 3 months ago

I don't believe this fixes the issue, see https://github.com/parse-community/Parse-SDK-JS/issues/2198#issuecomment-2210725825. There is a fundamental question we need to solve. Let's keep discussing it in the issue thread there.

mkmandar123 commented 3 months ago

Looks good, just needs some clean up.

done the cleanup

mtrezza commented 3 months ago

Superseded by https://github.com/parse-community/Parse-SDK-JS/pull/2201; thanks for the help in the investigation @mkmandar123