Since Meteor upgrade to 0.8.0, Template “rendered” callback is not fired when Session variable dependancy changes
问题 I'm stuck with a problem since I upgraded to 0.8.0. The Template rendered is not being fired anymore (except the first time). I followed the recommendations as in: https://github.com/avital/meteor-ui-new-rendered-callback/blob/master/new2/client/each.js This didn't helped, and so I finally made this small piece of code (by modifying the new2 example). The main difference is that the update is triggered by a Session variable change instead of a DB change. This perfectly shows the problem, as