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
This issue has been locked since it has been closed for more than 14 days.
If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest Wagmi version. If you have any questions or comments you can create a new discussion thread.
Check existing issues
Describe the bug
metamask sdk return error:
MetaMask - RPC Error: User rejected the request.
file : packages/connectors/src/metaMask.ts
wagmi awaits:
unhandled if requestedAccounts is undefined
which in turn throws error in wagmi client:
error TypeError: Cannot read properties of undefined (reading 'map')
Link to Minimal Reproducible Example
No response
Steps To Reproduce
What Wagmi package(s) are you using?
wagmi
Wagmi Package(s) Version(s)
2.10.6
Viem Version
2.16.2
TypeScript Version
5.1.6
Anything else?
No response
The text was updated successfully, but these errors were encountered: