Skip to content

[bug] Account switch doesnt change address #5356

@ra-sun-god

Description

@ra-sun-god

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions