meteor-pagination
meteor-pagination copied to clipboard
can't get it working with Meteor 0.8.0
Hi,
stuck with error:
Exception from Deps recompute function: ReferenceError: Pagination is not defined
pls, help!
Hi,
You have to add the line:
api.export('Pagination', 'client');
At the end of the
Package.on_use(function (api, where) {
block of the package.js file, it fixed the problem for me.