cryptod0c
Results
1
issues of
cryptod0c
https://github.com/NoahZinsmeister/web3-react/blob/main/packages/example-next/components/connectorCards/MetaMaskCard.tsx ```tsx // attempt to connect eagerly on mount useEffect(() => { // void metaMask.connectEagerly() }, []) ``` it looks to be only an issue with MetaMask - where if...