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 a user has a broken metamask install, getWallets() silently fails.
The underlying most likely comes from this function where if metamask is installed but broken = user cannot open it silently fails
Since we can't debug on the metamask provider side, for now we should find an alternative to using promise.all() which prevents the initial getWallets() function from resolving thus creating a bug when fetching wallets from provider
The text was updated successfully, but these errors were encountered:
When a user has a broken metamask install, getWallets() silently fails.
The underlying most likely comes from this function where if metamask is installed but broken = user cannot open it silently fails
Since we can't debug on the metamask provider side, for now we should find an alternative to using promise.all() which prevents the initial getWallets() function from resolving thus creating a bug when fetching wallets from provider
The text was updated successfully, but these errors were encountered: