Skip to content

refactor: use message composer to upload audio recording #7172

refactor: use message composer to upload audio recording

refactor: use message composer to upload audio recording #7172

Triggered via push March 31, 2025 07:27
Status Failure
Total duration 46s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
TypeScript
26s
TypeScript
Lint & test with Node
39s
Lint & test with Node
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 1 warning
TypeScript: src/components/Poll/PollCreationDialog/MultipleAnswersField.tsx#L8
Module '"stream-chat"' has no exported member 'PollComposerState'.
TypeScript: src/components/Poll/PollCreationDialog/MultipleAnswersField.tsx#L18
Property 'pollComposer' does not exist on type 'MessageComposer'.
TypeScript: src/components/Poll/PollCreationDialog/NameField.tsx#L7
Module '"stream-chat"' has no exported member 'PollComposerState'.
TypeScript: src/components/Poll/PollCreationDialog/NameField.tsx#L16
Property 'pollComposer' does not exist on type 'MessageComposer'.
TypeScript: src/components/Poll/PollCreationDialog/OptionFieldSet.tsx#L8
Module '"stream-chat"' has no exported member 'PollComposerState'.
TypeScript: src/components/Poll/PollCreationDialog/OptionFieldSet.tsx#L16
Property 'pollComposer' does not exist on type 'MessageComposer'.
TypeScript: src/components/Poll/PollCreationDialog/OptionFieldSet.tsx#L41
Parameter 'option' implicitly has an 'any' type.
TypeScript: src/components/Poll/PollCreationDialog/OptionFieldSet.tsx#L41
Parameter 'i' implicitly has an 'any' type.
TypeScript: src/components/Poll/PollCreationDialog/PollCreationDialog.tsx#L2
Module '"stream-chat"' has no exported member 'PollComposerState'.
TypeScript: src/components/Poll/PollCreationDialog/PollCreationDialog.tsx#L26
Property 'pollComposer' does not exist on type 'MessageComposer'.
Lint & test with Node
Process completed with exit code 1.
Lint & test with Node
Module '"stream-chat"' has no exported member 'PollComposerState'.\n` +
Lint & test with Node
Property 'pollComposer' does not exist on type 'MessageComposer'.\n" +
Lint & test with Node
Module '"stream-chat"' has no exported member 'PollComposerState'.\n` +
Lint & test with Node
Property 'pollComposer' does not exist on type 'MessageComposer'.\n" +
Lint & test with Node
Module '"stream-chat"' has no exported member 'PollComposerState'.\n` +
Lint & test with Node
Property 'pollComposer' does not exist on type 'MessageComposer'.\n" +
Lint & test with Node
Parameter 'option' implicitly has an 'any' type.\n" +
Lint & test with Node
Parameter 'i' implicitly has an 'any' type.\n" +
Lint & test with Node
Module '"stream-chat"' has no exported member 'PollComposerState'.\n` +
Lint & test with Node
Property 'pollComposer' does not exist on type 'MessageComposer'.\n" +
Lint & test with Node: src/context/ChannelStateContext.tsx#L10
'Thread' is defined but never used