Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plug wallet needs to be setup, otherwise can't select any wallets in the modal #33

Open
augchan42 opened this issue Jan 10, 2024 · 0 comments

Comments

@augchan42
Copy link

augchan42 commented Jan 10, 2024

There's something screwy where the modal is unresponsive unless plug is setup. The first thing that happens is it pops the plug wallet extension page (as if plug extension wasn't installed. My plug wallet was installed but no wallet was setup yet)

Other issue is the code sample assumes loose type checking allowing anys, had to cast defaultProviders as any for my strict typescript project to compile:

const client = createClient({
  canisters: {
    your_canister,
  },
  providers: defaultProviders as any,
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant