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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When using the example from the docs on $accumulator I get a weird error $accumulator missing required argument 'init' even though I clearly define init.
If the current behavior is a bug, please provide the steps to reproduce.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When using the example from the docs on
$accumulator
I get a weird error$accumulator missing required argument 'init'
even though I clearly defineinit
.If the current behavior is a bug, please provide the steps to reproduce.
https://gist.github.com/dimaip/17365161ad6e6615cd50bda4b75ad93c
What is the expected behavior?
It should work as the docs describe
What are the versions of Node.js, Mongoose and MongoDB you are using? Note that "latest" is not a version.
Mongo 4.4, Mongoose 5.10.0, Node 10.18.1
The text was updated successfully, but these errors were encountered: