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
Is any reason why in
invalidate() { console.log('invalidate()', this._collection.queries) Object.keys(this._collection.queries) .forEach(key => { // this._collection.queries[key].changed(); }); }
https://github.com/GroundMeteor/db/blob/es2015-localforage/lib/client/ground.db.js#L286
is commented out? As without this line, update on doc cause error as minimongo don't understands where query disappeared :)
The text was updated successfully, but these errors were encountered:
Ok, looks like it doesn't happen all the time, trying to figure out why so
Sorry, something went wrong.
I've released 2.0.0-alpha.1 Notes about the new version, migration and what it doesn't do - The issue might be resolved in that version, let me know what you think
2.0.0-alpha.1
No branches or pull requests
Is any reason why in
https://github.com/GroundMeteor/db/blob/es2015-localforage/lib/client/ground.db.js#L286
is commented out? As without this line, update on doc cause error as minimongo don't understands where query disappeared :)
The text was updated successfully, but these errors were encountered: