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
Current implementation of setup only accepts sync getters for getStoredClient. To make a better DX with Chrome extensions we should refactor setup to accept Promise<string> as a part of chrome.storage.local.
The text was updated successfully, but these errors were encountered:
Current workaround if using async storages (like Chrome storage or React Native storage):
Get the persisted client state (as serialized string) in async function and pass it to the setup as:
Current implementation of
setup
only accepts sync getters forgetStoredClient
. To make a better DX with Chrome extensions we should refactorsetup
to acceptPromise<string>
as a part ofchrome.storage.local
.The text was updated successfully, but these errors were encountered: