feat(chat): Chat parsing #89
typescript.yml
on: pull_request
Typescript check
29s
Annotations
9 errors
|
Typescript check
Process completed with exit code 2.
|
|
Typescript check:
src/screens/SearchScreen/SearchScreen.tsx#L95
Object is possibly 'undefined'.
|
|
Typescript check:
src/screens/CategoryScreen.tsx#L129
Type '{ uri: string | undefined; }' is not assignable to type 'string'.
|
|
Typescript check:
src/components/LiveStreamImage/LiveStreamImage.tsx#L23
Type '{ uri: string; }' is not assignable to type 'string'.
|
|
Typescript check:
src/components/LiveStreamCard/LiveStreamCard.tsx#L60
Type '{ uri: string; }' is not assignable to type 'string'.
|
|
Typescript check:
src/components/Chat/Chat.tsx#L97
'setPaused' is declared but its value is never read.
|
|
Typescript check:
src/components/Chat/Chat.tsx#L97
'paused' is declared but its value is never read.
|
|
Typescript check:
src/components/Chat/Chat.tsx#L15
'FlatList' is declared but its value is never read.
|
|
Typescript check:
src/components/CategoryCard/CategoryCard.tsx#L32
Type '{ uri: string; }' is not assignable to type 'string'.
|