meteor-fast-render
meteor-fast-render copied to clipboard
ReferenceError: FastRender is not defined
In my local package I updated the fast-render package from 2.16.3 to 3.0.3
api.use('staringatlights:[email protected]', ['client', 'server']);`
Now the local package throws error
ReferenceError: FastRender is not defined
on line
FastRender.handleOnAllRoutes
How do I fix this?
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