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
`withIndexedDB` returned a type which contained
`SYNC_STATUS` as a property which required that
Symbol to be publicly available.
Now, we have one public type `AsyncFeatureResult`,
and `AsyncStoreForFactory` which is used internally
and contains `SYNC_STATUS`.
Closes#200
0 commit comments