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
Just spent some time figuring out why a findOne(this.docId) in an autoValue function was causing an error. The documentation for this.docId says docId: The _id property of the document being inserted or updated but it turns out it's not just the _id of the document, it's a filter query like { '$in': [ 'rg8gSYhGaNQaJ3X8p' ] }.
The text was updated successfully, but these errors were encountered:
Just spent some time figuring out why a
findOne(this.docId)
in anautoValue
function was causing an error. The documentation forthis.docId
saysdocId: The _id property of the document being inserted or updated
but it turns out it's not just the_id
of the document, it's a filter query like{ '$in': [ 'rg8gSYhGaNQaJ3X8p' ] }
.The text was updated successfully, but these errors were encountered: