Skip to content

feat(chat): Chat parsing #89

feat(chat): Chat parsing

feat(chat): Chat parsing #89

Triggered via pull request June 7, 2025 17:05
Status Failure
Total duration 37s
Artifacts

typescript.yml

on: pull_request
Typescript check
29s
Typescript check
Fit to window
Zoom out
Zoom in

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'.