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
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:
The text was updated successfully, but these errors were encountered: