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
Change PublishContext.changed() and PublishContext.removed() to ensure that the
collection exists, and if there isn't a doc with the requested id in the current
publish context, to look for one that was published in another publish context.
If one is found, changed() adds the doc to the current publish context and
removed() does nothing. If there isn't, both throw the same errors that would be
thrown by the merge box.
There is a problem at PublishContext, line 44:
It tries to map to an undefined array when using artwells/meteor-accounts-guest package.
I'm on a really tight deadline so I could not really study the reasons, but I believe we need to keep that map safe by making a simple change.
The text was updated successfully, but these errors were encountered: