If I have Template.subscriptionsReady on a parent page, will it recursively be applied to all nested/dynamically inserted templates?
Trying to debug something here…can’t tell if this is the issue. Thanks!
If I have Template.subscriptionsReady on a parent page, will it recursively be applied to all nested/dynamically inserted templates?
Trying to debug something here…can’t tell if this is the issue. Thanks!
Not sure what you mean. Can you extend your question with some examples?
Template.subscriptionsReady
only works for subscriptions in the template onCreated
or onRendered
hooks, so I believe a top-level call to the helper will not recursively check child templates.