You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Description
In
app-pouchdb-document
there's a fragment where clearly call tothis.reset();
is out of scope:This causes calls to this function to always fail. Though, the item is deleted from the store.
Expected outcome
Not fail :)
Actual outcome
Promise rejection due the error.
Live Demo
https://jsbin.com/wiroqef/4/edit?html,js,output
Steps to reproduce
See demo.
Browsers Affected
Browser independent. It will always fail.
The text was updated successfully, but these errors were encountered: