Skip to content
New issue

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

es2015-localforage commented out function? #137

Closed
PoBuchi opened this issue Nov 27, 2015 · 2 comments
Closed

es2015-localforage commented out function? #137

PoBuchi opened this issue Nov 27, 2015 · 2 comments

Comments

@PoBuchi
Copy link

PoBuchi commented Nov 27, 2015

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 :)

@PoBuchi
Copy link
Author

PoBuchi commented Nov 27, 2015

Ok, looks like it doesn't happen all the time, trying to figure out why so

@raix
Copy link

raix commented Apr 6, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants