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

ReferenceError: FastRender is not defined #19

Open
catimos opened this issue May 10, 2018 · 1 comment
Open

ReferenceError: FastRender is not defined #19

catimos opened this issue May 10, 2018 · 1 comment
Labels

Comments

@catimos
Copy link

catimos commented May 10, 2018

In my local package I updated the fast-render package from 2.16.3 to 3.0.3
api.use('staringatlights:fast-render@3.0.3', ['client', 'server']);`
Now the local package throws error

ReferenceError: FastRender is not defined

on line
FastRender.handleOnAllRoutes
How do I fix this?

@abecks
Copy link
Owner

abecks commented Jun 5, 2018

FastRender may no longer be available as a global in 3. You may need to import it, are you using modules in your project or are you still Meteor package based?

If you aren't using modules yet, I would recommend pinning your FastRender version to 2.16.3

@abecks abecks added the wontfix label Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants