Open laddi opened 6 years ago
In the latest version of Meteor (1.7.x) the following error is thrown when collecting data from a publication published with limit and/or skip:
Error: Must use an ordered observe with skip or limit (i.e. 'addedBefore' for observeChanges or 'addedAt' for observe, instead of 'added').
This seems to originate within the package because the same publication works correctly outside of the test.
Good catch. Feel free to file a PR on this, if possible. Thanks!
Seems like that is easier said than done: #1643
Not sure how to tackle this. But it would be great if it could be sorted somehow... 😄
In the latest version of Meteor (1.7.x) the following error is thrown when collecting data from a publication published with limit and/or skip:
This seems to originate within the package because the same publication works correctly outside of the test.