meteor-pagination icon indicating copy to clipboard operation
meteor-pagination copied to clipboard

can't get it working with Meteor 0.8.0

Open shkomg opened this issue 10 years ago • 1 comments

Hi,

stuck with error:

Exception from Deps recompute function: ReferenceError: Pagination is not defined

pls, help!

shkomg avatar Apr 03 '14 11:04 shkomg

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.

slebrequier avatar Apr 18 '14 09:04 slebrequier