0xD4V1NC1

Results 5 comments of 0xD4V1NC1

For me, that always returns MetaMask as the connector after refreshing the page. So it persists metaMask's data if you connected with that, but if you use coinbaseWallet or walletConnect...

@marcellodesales I think you have the same issue i had. Wallet connect doesn't work with react-scripts 5.0.0+ so I had to add config-overrides.js and react-app-rewired. Try adding `"start": "GENERATE_SOURCEMAP=false react-app-rewired...

Or you can downgrade react-scripts but you will likely have to downgrade from react-18 as well i believe. For me ^ was the best solution b/c I wanted to continue...

also experiencing issues with this once upgrading to react-18

@Pixelatex I added `{/* @ts-ignore */}` above where i used the Helmet component as this doesn't seem like an impactful issue to me.