Merge pull request #37956 from JKobrynski/migrateGroup17ToTypeScript #13224
Annotations
10 errors
Type check with TypeScript:
src/stories/SelectionList.stories.tsx#L114
'item.text' is possibly 'undefined'.
|
Type check with TypeScript:
src/stories/SelectionList.stories.tsx#L224
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
|
Type check with TypeScript:
src/stories/SelectionList.stories.tsx#L225
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
|
Type check with TypeScript:
src/stories/SelectionList.stories.tsx#L251
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
|
Type check with TypeScript:
src/stories/SelectionList.stories.tsx#L252
Argument of type '(string | null | undefined)[]' is not assignable to parameter of type 'SetStateAction<string[]>'.
|
Type check with TypeScript:
src/stories/SelectionList.stories.tsx#L289
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
|
Type check with TypeScript:
src/stories/SelectionList.stories.tsx#L290
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
|
Type check with TypeScript:
src/stories/SelectionList.stories.tsx#L316
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
|
Type check with TypeScript:
src/stories/SelectionList.stories.tsx#L317
Argument of type '(string | null | undefined)[]' is not assignable to parameter of type 'SetStateAction<string[]>'.
|
Type check with TypeScript:
src/stories/SelectionList.stories.tsx#L352
Argument of type 'string | null | undefined' is not assignable to parameter of type 'string'.
|
Loading