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
I get an TypeError: Cannot read properties of undefined (reading 'find')"
TypeError: Cannot read properties of undefined (reading 'find')"
at
db.rel.find(type, options);
Version where the error occurs:
"pouchdb": "^9.0.0", "pouchdb-find": "^9.0.0", "relational-pouch": "^4.0.4",
Version without this error:
"pouchdb": "^8.0.1", "pouchdb-find": "^8.0.1", "relational-pouch": "^4.0.4",
The text was updated successfully, but these errors were encountered:
We want to support pouchdb 9.0 in the near future, so we'll take a look at this.
Sorry, something went wrong.
We switched to PouchDB 9.0 but we don't see this error yet. See: https://bloggr.exmer.com/
I try to setup an example...
No branches or pull requests
I get an
TypeError: Cannot read properties of undefined (reading 'find')"
at
Version where the error occurs:
Version without this error:
The text was updated successfully, but these errors were encountered: