-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
PR #727 was merged with a global subscription. Update the latestApiBackends template to use a template level subscription.
Subscriptions should happen in the Template.created callback, rather than within template helpers. They should be attached to the template instance, rather than globally.
Template.latestApiBackends.created = function () {
// Get named reference to Template instance
let instance = this;
// Subscribe to latest API Backends, template level
instance.subscribe("latestApiBackends");
};Please issue a hotfix pull-request for this subscription issue.
References
Reactions are currently unavailable