We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hey, along the lines of reown-com/appkit#388, how do i display the cachedProvider's connection state on a reload?
The text was updated successfully, but these errors were encountered:
worked around by doing
const { account, connect, disconnect, web3Modal } = useWallet() useEffect(() => { if (!account && web3Modal?.cachedProvider) { connect(connectOptions) } }, [account, web3Modal, connect])
in my ConnectButton, but i'm surprised i had to do this & it wasn't automatically handled by useWallet. is that expected?
ConnectButton
useWallet
Sorry, something went wrong.
No branches or pull requests
hey, along the lines of reown-com/appkit#388, how do i display the cachedProvider's connection state on a reload?
The text was updated successfully, but these errors were encountered: