-
Notifications
You must be signed in to change notification settings - Fork 98
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
incomplete update of array object when using updateById #726
Comments
hi @oaikaoz I was checking and found a bug related to this. A new fix was implemented and will be released in the next version (soon this week) thank you for your feedback. |
@gsi-alejandro |
May I kindly inquire about the expected release date for the version with the fix thank you |
Hey @oaikaoz, thanks for following up. We will release a new version with the changes early next week (monday or tuesday). Apologies for the delay here, and thank you for your patience 🙂 |
hi @ejscribner |
Hello everyone,
I have recently updated the OttomanJS library to version 2.3.3. However, after the update, I noticed a change in the behavior of the data update process. Here is an example:
Initially, my data structure was as follows:
When I use the updateById function to update the data as address: [{city: xxx3}], the resulting data from the updateById function still contains two array objects instead of one.
Thank you.
The text was updated successfully, but these errors were encountered: