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
Currently, the promise that wraps the indexedDB request handling DB open and store creation is not returned from the function, so it is impossible to know when the DB is initialized.
Currently, the promise that wraps the indexedDB request handling DB open and store creation is not returned from the function, so it is impossible to know when the DB is initialized.
Can this be changed?
https://github.com/assuncaocharles/react-indexed-db/blob/master/src/indexed-hooks.ts#L33
The text was updated successfully, but these errors were encountered: