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
This code logs 'cleared', but the promise from api.add({}) remains pending.
Note that once db.destroy() is called, the db instance cannot be used anymore. We have to unbind all event handlers and replace state.db with a new instance (here)
The text was updated successfully, but these errors were encountered:
This code logs
'cleared'
, but the promise fromapi.add({})
remains pending.Note that once
db.destroy()
is called, the db instance cannot be used anymore. We have to unbind all event handlers and replacestate.db
with a new instance (here)The text was updated successfully, but these errors were encountered: