We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
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... 😄
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: