meteor-react-routing icon indicating copy to clipboard operation
meteor-react-routing copied to clipboard

Implement Flowrouter.wait()

Open MihaiCernat opened this issue 8 years ago • 0 comments

FlowRouter.wait();

Tracker.autorun((c) => { if (Roles.subscription.ready() && !FlowRouter._initialized) { c.stop(); FlowRouter.initialize() } });

MihaiCernat avatar Jan 26 '17 16:01 MihaiCernat