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
Using flatten promise on idb put works, but not working on idb transaction, perhaps because transaction has 2 declarations?
put
transaction
Screenshot
idb transaction
If i use idb directly there is no linting error.
The text was updated successfully, but these errors were encountered:
I don't know how to solve this with types. For now, I would just say to use the promise instead of the flattened promise in cases like this.
If anyone knows how to resolve this issue with the types, I'd appreciate a PR.
Sorry, something went wrong.
No branches or pull requests
Using flatten promise on idb
put
works, but not working on idbtransaction
, perhaps becausetransaction
has 2 declarations?Screenshot
idb transaction
If i use idb directly there is no linting error.
The text was updated successfully, but these errors were encountered: