You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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
on line
FastRender.handleOnAllRoutes
How do I fix this?
The text was updated successfully, but these errors were encountered: