TAPevents / tap-i18n-db

MIT License
51 stars 17 forks source link

fastrender support #18

Open aronsuarez opened 9 years ago

aronsuarez commented 9 years ago

I trying to add fastrender to my app.

i becoming the following error:

W20150919-10:28:28.581(2)? (STDERR) error on fast-rendering path: / ; error: TypeError: Object [object Object] has no method 'subscribe'
W20150919-10:28:28.582(2)? (STDERR)     at [object Object].FlowRouter.route.subscriptions (app/routes/home.js:3:42)
W20150919-10:28:28.582(2)? (STDERR)     at Context.<anonymous> (packages/kadira:flow-router/server/plugins/fast_render.js:30:1)
W20150919-10:28:28.582(2)? (STDERR)     at packages/meteorhacks:fast-render/lib/server/routes.js:72:1
W20150919-10:28:28.582(2)? (STDERR)     at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
W20150919-10:28:28.582(2)? (STDERR)     at Object._processRoutes (packages/meteorhacks:fast-render/lib/server/routes.js:71:1)
W20150919-10:28:28.582(2)? (STDERR)     at FastRender.handleRoute (packages/meteorhacks:fast-render/lib/server/routes.js:48:1)
W20150919-10:28:28.582(2)? (STDERR)     at doCall (packages/meteorhacks:picker/lib/implementation.js:98:1)
W20150919-10:28:28.583(2)? (STDERR)     at [object Object].PickerImp._processRoute (packages/meteorhacks:picker/lib/implementation.js:92:1)
W20150919-10:28:28.583(2)? (STDERR)     at processNextRoute (packages/meteorhacks:picker/lib/implementation.js:60:1)
W20150919-10:28:28.583(2)? (STDERR)     at processNextRoute (packages/meteorhacks:picker/lib/implementation.js:62:1)

how can i fix this?

thanks for help