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
When calling hoodie.account.signOut() while having local changes that cannot be synced before signing out, due to a request error or because the user is unauthenticated, reject with HoodieAccountLocalChangesError and message: There are local changes that could not be synced to the server.
When calling
hoodie.account.signOut()
while having local changes that cannot be synced before signing out, due to a request error or because the user is unauthenticated, reject withHoodieAccountLocalChangesError
and message:There are local changes that could not be synced to the server
.related: #194 #195 #262
The text was updated successfully, but these errors were encountered: