Setup comp library and storybook examples #59
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
test
'str' is declared but its value is never read.
|
test
'Struct' is declared but its value is never read.
|
test
'typed' is declared but its value is never read.
|
test
'setTyped' is declared but its value is never read.
|
test
Type '{ label: string; value: { ss58Prefix: number; address: string; }; codec: "AccountId"; }' is not assignable to type 'Partial<{ codec: SimpleType | NotSoSimpleType; label: string; value: any; len?: number | undefined; error?: boolean | undefined; input: string; path: string[]; }> & { ...; }'.
|
test
Type '{ label: string; value: number; codec: "u32"; }' is not assignable to type 'Partial<{ codec: SimpleType | NotSoSimpleType; label: string; value: any; len?: number | undefined; error?: boolean | undefined; input: string; path: string[]; }> & { ...; }'.
|
test
Type '{ label: string; value: number; codec: "u16"; }' is not assignable to type 'Partial<{ codec: SimpleType | NotSoSimpleType; label: string; value: any; len?: number | undefined; error?: boolean | undefined; input: string; path: string[]; }> & { ...; }'.
|
test
Type '{ label: string; value: string; codec: "BytesArray"; len: number; }' is not assignable to type 'Partial<{ codec: SimpleType | NotSoSimpleType; label: string; value: any; len?: number | undefined; error?: boolean | undefined; input: string; path: string[]; }> & { ...; }'.
|
test
Type '{ label: string; value: { "0": number; "1": number; "2": number; "3": number; "4": number; "5": number; "6": number; "7": number; "8": number; "9": number; "10": number; "11": number; "12": number; "13": number; "14": number; "15": number; "16": number; ... 68 more ...; "85": number; }; codec: "Bytes"; }' is not assignable to type 'Partial<{ codec: SimpleType | NotSoSimpleType; label: string; value: any; len?: number | undefined; error?: boolean | undefined; input: string; path: string[]; }> & { ...; }'.
|
test
Type '{ label: string; value: { ss58Prefix: number; address: string; }; codec: "AccountId"; }' is not assignable to type 'Partial<{ codec: SimpleType | NotSoSimpleType; label: string; value: any; len?: number | undefined; error?: boolean | undefined; input: string; path: string[]; }> & { ...; }'.
|