-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subscription reactivity issue for many type links #481
Comments
Added demonstration test: #482 |
Added fix attempt to meteor-publish-composite: Meteor-Community-Packages/meteor-publish-composite#177 |
Thanks to #179 this should no longer be an issue once meteor-publish-composite is updated to version v1.8.8 |
@gabrielcazacu96 per your comment this should be fixed in v1.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
Subscription query result does not get updated when a new link is added.
Example
groupId1
to thegroupIds
ofauthorId2
, the query result does not update.Additional info
many
type linksThe text was updated successfully, but these errors were encountered: