meteor-fast-render icon indicating copy to clipboard operation
meteor-fast-render copied to clipboard

ReferenceError: FastRender is not defined

Open catimos opened this issue 7 years ago • 1 comments

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?

catimos avatar May 10 '18 06:05 catimos

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 avatar Jun 05 '18 16:06 abecks