Add account connect wallet #27
Annotations
4 errors
|
src/App.tsx#L25
Type '{ account: SelectedAccountType; setAccount: Dispatch<SetStateAction<SelectedAccountType>>; }' is missing the following properties from type '{ address: string; name?: string | undefined; type?: KeypairType | undefined; extension: string; polkadotSigner: PolkadotSigner; }': address, extension, polkadotSigner
|
src/App.tsx#L25
Type 'Dispatch<SetStateAction<{ account: SelectedAccountType; setAccount: Dispatch<SetStateAction<SelectedAccountType>>; }>>' is not assignable to type 'Dispatch<SetStateAction<SelectedAccountType>>'.
|
|
This job failed
Loading