Uniswap / interface

🦄 Open source interfaces for the Uniswap protocol

Home Page:https://app.uniswap.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't connect with TokenPocket wallet since 5.31.0

chendatony31 opened this issue · comments

Works fine with Release before web/5.31.0
Nothing happens after clicking the TokenPocket wallet icon (mobile).

The problem seems to be here: https://github.com/Uniswap/interface/blob/main/apps/web/src/hooks/useConnect.tsx#L48. After clicking the connect button, the wallet is connected, but the state accountDrawer.isOpen is true and connection.isPending is also true, which results in a disconnect.