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:
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: