Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.
This repository was archived by the owner on Dec 23, 2025. It is now read-only.

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

@augchan42

Description

@augchan42

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,
})

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