Link to minimal reproducible example
N/A
Steps to Reproduce
const account = useAppKitAccount()
useEffect(()=> {
console.log("address===>", account.address)
},[account])
The address remains the same, even though the useEffect is triggered on account change
Summary
The address remains the same, even though the useEffect is triggered on account change
List of related npm package versions
"@reown/appkit": "^1.8.14",
"@reown/appkit-adapter-solana": "^1.8.14",
"@reown/appkit-siwx": "^1.8.14",
Node.js Version
v20+
Package Manager
npm