Skip to content

feat(chat): Chat parsing #76

feat(chat): Chat parsing

feat(chat): Chat parsing #76

Triggered via pull request May 20, 2025 19:00
Status Failure
Total duration 42s
Artifacts

typescript.yml

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

Annotations

10 errors
Typescript check: src/store/chatStore.ts#L13
Cannot find module 'zustand' or its corresponding type declarations.
Typescript check: src/services/bttvWsService.ts#L37
'emoteData' is declared but its value is never read.
Typescript check: src/components/Toast/Toast.stories.tsx#L27
Type '{ title: string; onPress: () => void; }' is not assignable to type 'IntrinsicAttributes & TouchableOpacityProps & RefAttributes<View>'.
Typescript check: src/components/ChatMessage/ChatMessage.tsx#L3
Module '"../Chat"' has no exported member 'FormattedChatMessage'.
Typescript check: src/components/Chat/ChatMessage.tsx#L35
'sender' is declared but its value is never read.
Typescript check: src/components/Chat/ChatMessage.tsx#L34
'message_nonce' is declared but its value is never read.
Typescript check: src/components/Chat/ChatMessage.tsx#L33
'message_id' is declared but its value is never read.
Typescript check: src/components/Chat/ChatMessage.tsx#L32
'channel' is declared but its value is never read.
Typescript check: src/components/Chat/Chat.tsx#L133
Parameter 'u' implicitly has an 'any' type.
Typescript check: src/components/Chat/Chat.tsx#L11
'JSX' is declared but its value is never read.