Closed jazeee closed 9 years ago
We should wait for subscriptions to complete before rendering. In IronRouter, we need to wait for this.ready() before setting Meteor.isReadyForSpiderable = true
In other words:
if @ready() Meteor.isReadyForSpiderable = true
Fixed
We should wait for subscriptions to complete before rendering. In IronRouter, we need to wait for this.ready() before setting Meteor.isReadyForSpiderable = true
In other words: