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
import { useWallet } from "@aptos-labs/wallet-adapter-react";
// Access fields / functions from the adapter
const { account, connected, wallet, changeNetwork } = useWallet();
I wrote it according to the tutorial, why { account, connected, wallet, changeNetwork } only connected is false and other are undefine?(My chrome brower have "Petra" and "OKXWallet" plug-in)
Section
sdks
The text was updated successfully, but these errors were encountered:
Url
https://aptos.dev/en/build/sdks/wallet-adapter/dapp#import-usewallet-in-files-where-you-want-to-access-data-from-the-provider
Describe the content issue
I wrote it according to the tutorial, why { account, connected, wallet, changeNetwork } only connected is false and other are undefine?(My chrome brower have "Petra" and "OKXWallet" plug-in)
Section
sdks
The text was updated successfully, but these errors were encountered: