web3-react
web3-react copied to clipboard
MetaMask connector.deactivate is not a function
I try to call the MetaMask deactivate method, but report connector.deactivate() is not a function error
The same method coinbase can execute connector.deactivate() normally
I would like to work on this @zero-ims
to disconnect Metamask you have to call connector.resetState(), check first if the connector is Metamask and if that's the case use the appropriate method 👌
I have the same issue. resetState() does not close the connection. It is getting connected again. Anyone can help?
+1
I have the same issue.