Closed eburgos closed 6 years ago
What happens if accounts are still loading?
@epiqueras I tested with a browser with metamask unlocked, locked and no metamask. How does my metamask need to be configured to get the "Loading" state? Do I need to have multiple accounts?
Loading happens because the accounts are fetched asynchronously. See accounts.loading
, in that case you are also showing the RequiresMetaMask
component, even though they might have MetaMask, but the request is still loading.
Yes, I now see what you mean.
Could that work @epiqueras ? Tested with metamask and shows Loading... then with no metamask and shows the download one.
That works. Please fix linting errors and submit the PR against the develop
branch.
Added a message when there is no Metamask installed in your browser. Requested by issue #129