`setShouldConnectMetamask(true)` should be implemented in function `activate` as well
See original GitHub issueHi there, there might be a missing implement of setShouldConnectMetamask
in function useEthers
cause it will be triggered in deactivate
whenever activateBrowserWallet
has been triggered or not.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
`setShouldConnectMetamask(true)` should be implemented in ...
Hi there, there might be a missing implement of setShouldConnectMetamask in function useEthers cause it will be triggered in deactivate whenever ...
Read more >useDapp - bytemeta
`setShouldConnectMetamask(true)` should be implemented in function `activate` as well. KingNFT. KingNFT CLOSED · Updated 6 months ago ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dmaretskyi I’ll check shortly, thats good it persists between reloads. But my point is that it also pops-up automatically during first visit to the website unless specifically set to autoConnect:
false
. Is this also true for latest version, or the MM popup will only appear after clicking connect button that has a trigger foractivate()
/activateBrowserWallet()
??Closing this in favour of #576