Skip to content
New issue

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

Router no longer works with 0.8.3 because Templates no longer have the .extend function #150

Open
Dsyko opened this issue Jul 30, 2014 · 2 comments

Comments

@Dsyko
Copy link

Dsyko commented Jul 30, 2014

The .extend function used on line 10 of /lib/router_helpers.js is no longer available in Meteor 0.8.3 causing the Router to throw an error an nothing gets rendered.

@Dsyko
Copy link
Author

Dsyko commented Aug 7, 2014

You can get around this issue by doing the following:
Replace use of the {{> renderPage}} helper with {{> UI.dynamic template=currentPage}}.

But you should probably change over to Iron-Router when possible.

@mitar
Copy link

mitar commented Oct 16, 2014

Now:

{{> Template.dynamic template=currentPage}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants