You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been running into an issue where a change to one sub document gets dropped when also pulling another sub document depending on the order that these two changes are made. Please see the following minimal reproduction code:
Hi,
I've been running into an issue where a change to one sub document gets dropped when also pulling another sub document depending on the order that these two changes are made. Please see the following minimal reproduction code:
https://gist.github.com/4575777
The debug output for both order cases is as follows.
Correct case saving the following:
results in
Incorrect case saving the following:
results in
I would greatly appreciate any help with this. Please let me know if I am overlooking something. Thanks!
This is using mongoose 3.5.4
The text was updated successfully, but these errors were encountered: