Upgrade to Meteor 2.0-beta.3. Removed fast-render and ostrio:cookies.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2020-10-28 15:44:47 +02:00
parent ef59d6dcb9
commit a463f2a855
4 changed files with 14 additions and 19 deletions

View file

@ -1,3 +1,4 @@
/*
import { FastRender } from 'meteor/staringatlights:fast-render';
FastRender.onAllRoutes(function() {
@ -7,3 +8,4 @@ FastRender.onAllRoutes(function() {
FastRender.route('/b/:id/:slug', function({ id }) {
this.subscribe('board', id, false);
});
*/