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
The adapter is written in TypeScript with a type safe mechanism. Your project is written in pure JS. I suspect your issue is because connect expect the wallet name to be of type WalletName but since it is a pure JS program
The IDE doesnt let us know something is wrong with the type we are passing
We can not cast it, i.e connect("pontem" as WalletName)
I'm trying to use this library and it seems like it just doesn't work with the latest version. I made a Codesandbox to demonstrate:
https://codesandbox.io/p/sandbox/aptos-wallet-66v85n
What am I doing wrong?
The text was updated successfully, but these errors were encountered: