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

'Pagination undefined reactive subscribe' error #86

Closed 95zz closed 6 years ago

95zz commented 6 years ago

Pagination undefined reactive subscribe {"$text":{"$search":"document"}} {"fields":{},"sort":{"score":{"$meta":"textScore"}},"skip":0,"limit":10,"reactive":true} meteor.js?hash=1f49b977b0beabbfeaa0ef0bdb87e0693971b18c:1048 Received error from server: Malformed subscription

Kurounin commented 6 years ago

How are you using the package and on what version of meteor? Please check the pagination example project to ensure you're using it correctly.

95zz commented 6 years ago

OK, thank you, it has been settled.