Skip to content

@uppy/audio: refactor to TypeScript #6080

@uppy/audio: refactor to TypeScript

@uppy/audio: refactor to TypeScript #6080

Triggered via pull request January 8, 2024 13:53
Status Failure
Total duration 1m 54s
Artifacts

ci.yml

on: pull_request
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Type tests: packages/@uppy/audio/src/RecordButton.tsx#L3
Binding element 'recording' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/RecordButton.tsx#L3
Binding element 'onStartRecording' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/RecordButton.tsx#L3
Binding element 'onStopRecording' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/RecordButton.tsx#L3
Binding element 'i18n' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/formatSeconds.ts#L8
Parameter 'seconds' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/formatSeconds.ts#L11
Argument of type 'number' is not assignable to parameter of type 'string'.
Type tests: packages/@uppy/audio/src/RecordingLength.tsx#L4
Binding element 'recordingLengthSeconds' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/RecordingLength.tsx#L4
Binding element 'i18n' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/AudioSourceSelect.tsx#L3
Binding element 'currentDeviceId' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/AudioSourceSelect.tsx#L3
Binding element 'audioSources' implicitly has an 'any' type.