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
This works well, but let's say I want to add a third subscription that should update whenever a team (from the team subscription) is selected on screen.
const devSub = Meteor.subscribe('developers.team.list', "THE SELECTED TEAM ID");
What's the best way to achieve this?
The text was updated successfully, but these errors were encountered:
KyneSilverhide
changed the title
Question: How to pass data to the container (ex: chage parameters oft he subscription)
Question: How to pass data to the container (ex: change parameters of the subscription)
Feb 18, 2017
You need to pass the new 'params' as the prop from the parent component of the container you have shown. I think the Meteor Chef site has some examples of this
Hello,
I'm using react-komposer with Meteor. Basically, my code looks like this
This works well, but let's say I want to add a third subscription that should update whenever a team (from the team subscription) is selected on screen.
const devSub = Meteor.subscribe('developers.team.list', "THE SELECTED TEAM ID");
What's the best way to achieve this?
The text was updated successfully, but these errors were encountered: