You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build a website with nextjs and @reown/appkit, I use meth open() in useAppKit to open the modal, and use method disconnect() in useDisconnect and close() in useAppKit to implement disconnect, but some times i can't reopen the modal again after disconnect, and i checked the appkit state the open is always true even i dicconnect,
Link to minimal reproducible example
https://github.com/reown-com/appkit/tree/main/examples/next-solana-app-router
Summary
I build a website with nextjs and @reown/appkit, I use meth
open()
inuseAppKit
to open the modal, and use methoddisconnect()
inuseDisconnect
andclose()
inuseAppKit
to implement disconnect, but some times i can't reopen the modal again after disconnect, and i checked the appkit state the open is always true even i dicconnect,List of related npm package versions
"@reown/appkit": "^1.3.1",
"@reown/appkit-adapter-solana": "^1.3.1",
"@reown/appkit-adapter-wagmi": "^1.3.1",
"@solana/wallet-adapter-wallets": "^0.19.32",
Node.js Version
v23.1.0
Package Manager
pnpm@8.6.2
The text was updated successfully, but these errors were encountered: