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
./pages/_app.tsx:23:9
Type error: Type '(KeplrExtensionWallet | KeplrMobileWallet)[]' is not assignable to type 'MainWalletBase[]'.
Type 'KeplrExtensionWallet | KeplrMobileWallet' is not assignable to type 'MainWalletBase'.
Type 'KeplrExtensionWallet' is not assignable to type 'MainWalletBase'.
Property '_chainWallets' is protected but type 'MainWalletBase' is not a class derived from 'MainWalletBase'.
The text was updated successfully, but these errors were encountered:
./pages/_app.tsx:23:9
Type error: Type '(KeplrExtensionWallet | KeplrMobileWallet)[]' is not assignable to type 'MainWalletBase[]'.
Type 'KeplrExtensionWallet | KeplrMobileWallet' is not assignable to type 'MainWalletBase'.
Type 'KeplrExtensionWallet' is not assignable to type 'MainWalletBase'.
Property '_chainWallets' is protected but type 'MainWalletBase' is not a class derived from 'MainWalletBase'.
The text was updated successfully, but these errors were encountered: