-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Products sub not updating component reactively #3146
Comments
@joykare could you please clarify on this issue, I've tried reproducing the issue but I'm unable to do that. The link you provided is dead. |
@codejockie replaced the link on the description. If you remove that snippet every time you disable a shop you need to refresh the page for changes to occur.
More context on this: |
No longer an issue in 2.0.0 |
Expected behavior
When you disable a shop, products of said shop should be hidden from view without having to refresh.
The products sub is not being re-called on the component till a refresh is done.
Actual behavior
You have to refresh for the products to be filtered out.
Steps to reproduce the behavior
productsContainer.js
https://github.com/reactioncommerce/reaction/blob/master/imports/plugins/included/product-variant/containers/productsContainer.js#L179The text was updated successfully, but these errors were encountered: