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
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
Jul 4, 2020
I've encountered surprising behavior with schemas that use
mongoose.Schema.Types.Array
. The following is a minimal example to demonstrate.The output is
Notice that
array2
, which is specified as amongoose.Schema.Types.Array
, becomes an array of arrays.Is this the expected behavior? If so, where is this documented?
The text was updated successfully, but these errors were encountered: