-
Notifications
You must be signed in to change notification settings - Fork 466
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
Calling mergeItem
with a json array crashes the app
#699
Comments
Hey @zhuangdaz Thanks for reporting that. After a quick check, it's indeed a bug. It's located here. This method is responsible for merging two objects. Those allegedly should be NSDictionaries, while in truth, they're NSArrays. The crash happens when reading a value for a |
Hi, any update on this please as I am experiencing the same issue. Thanks |
any updates on this bug? got the same issue too. thanks |
Hi I'm running into this issue, is there any update? Here are the versions I tested: |
Hey @gonzalopantoja thanks for pointing this out, this should come helpful to see where regression happened 🙏 I'm trying to find a time to address this, but in the mean time, happy to accept a PR, as always 😄 |
This issue has been marked as stale due to inactivity. Please respond or otherwise resolve the issue within 7 days or it will be closed. |
I am experiencing this issue as well with the latest version. |
What happened?
I created an array of users and then tried to update one of the user by passing a new JSON array string. Then the app crashes.
Version
1.15.0
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
Described above.
The text was updated successfully, but these errors were encountered: