I'm not sure if this is the best way to fix this but I ran into problems when updating to Meteor 0.8.3 and found that I needed to make these necessary changes. If you have a better way, please use your own fix instead.
The main problem is that the template object does not have the kind property anymore.
I'm not sure if this is the best way to fix this but I ran into problems when updating to Meteor 0.8.3 and found that I needed to make these necessary changes. If you have a better way, please use your own fix instead.
The main problem is that the
template
object does not have thekind
property anymore.