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
If adapter is instantiated before the extension plugin is injected then the wallet is not detected correctly.
Calling adapter.connect() results in WalletType Address Info Error error to be thrown.
A solution to this is implement polling mechanism with sane timeout.
If adapter is instantiated before the extension plugin is injected then the wallet is not detected correctly.
Calling
adapter.connect()
results inWalletType Address Info Error
error to be thrown.A solution to this is implement polling mechanism with sane timeout.
How to replicate: https://codesandbox.io/s/sharp-shaw-xvhll2?file=/index.html
The text was updated successfully, but these errors were encountered: