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 using this package for years and love it. I'm upgrading to Meteor 1.5, and I'm running to an issue with asynchronous tasks that are called from update hooks.
Cloning the argument helps, but it seems inappropriate to reference every variable that will be used in the asynchronous callback. fns returns ['foo', 'bar']
I've been using this package for years and love it. I'm upgrading to Meteor 1.5, and I'm running to an issue with asynchronous tasks that are called from update hooks.
fieldNames
returns ['foo', 'bar']fieldNames
returns ['MONGO_OBJECT_REMOVED', 'MONGO_OBJECT_REMOVED']Cloning the argument helps, but it seems inappropriate to reference every variable that will be used in the asynchronous callback.
fns
returns ['foo', 'bar']Is anyone else experiencing anything like this or have an idea of what might be happening? Google knows nothing about
MONGO_OBJECT_REMOVED
.The text was updated successfully, but these errors were encountered: