When using web3auth-wagmi-connector and opening the modal, the connector will trigger the state to “connecting” but closing the modal manually doesn’t reset the state, leaving it as “connecting”.
Is this expected behaviour?
Thank you!
Edit: Can confirm the same behaviour is present in the demo examples:
@maharshi
The behaviour remains the same in v7 in React with the following package versions:
“@web3auth/base”: “^7.0.1”,
“@web3auth/coinbase-adapter”: “^7.0.2”,
“@web3auth/metamask-adapter”: “^7.0.1”,
“@web3auth/modal”: “^7.0.3”,
“@web3auth/web3auth-wagmi-connector”: “^5.0.1”
Could you confirm if the issue is supposed to be resolved? In which case maybe there is something wrong in our setup.