Kurounin / Pagination

This package allows you to paginate the subscriptions over meteor's collections. It can be used in a Blaze template or in ReactJS.
MIT License
56 stars 22 forks source link

Define is not defined error when setup Kurouning pagination #59

Closed group22dsl closed 6 years ago

group22dsl commented 6 years ago

When I trying to setup kurouning pagination in my meteor app it shows error like "define is not defined". Please can you give me some solution for this.

I think it comes up with this code

this.bookPagination = new Meteor.Pagination(Books, { sort: { title: 1 }, reactive: true });

Kurounin commented 6 years ago

If you search the code base, there is no define keyword used anywhere. Most likely the error stems from somewhere else. For an implementation example check https://github.com/Kurounin/PaginationExample