We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I trying to add fastrender to my app.
i becoming the following error:
how can i fix this?
thanks for help
The text was updated successfully, but these errors were encountered: