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
// notice that xInfo is not created but zInfo is{_id: 5fabaad551adf51882270695,name: 'name',__v: 0,description: 'new desc',yInfo: 'yInfo',zInfo: 'zInfo'}
node: v12.18.4
mongoose: 5.10.10
mongodb: 4.2.0
Any idea? Thanks!
The text was updated successfully, but these errors were encountered:
vkarpov15
added
has repro script
There is a repro script, the Mongoose devs need to confirm that it reproduces the issue
confirmed-bug
We've confirmed this is a bug in Mongoose and will fix it.
and removed
has repro script
There is a repro script, the Mongoose devs need to confirm that it reproduces the issue
labels
Nov 12, 2020
Hi,
I'm trying to use
upsert
andimmutable
feature and it doesn't seem to work in nested object. Is it supposed to work this way or am I doing it wrong?The result is
node: v12.18.4
mongoose: 5.10.10
mongodb: 4.2.0
Any idea? Thanks!
The text was updated successfully, but these errors were encountered: