Skip to content

fix: Commit missing types and hook updates #1179

fix: Commit missing types and hook updates

fix: Commit missing types and hook updates #1179

Triggered via push January 28, 2026 21:34
Status Failure
Total duration 38s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
deploy: src/components/VideoTimeline.tsx#L62
'draggingAudioId' is declared but its value is never read.
deploy: src/components/VideoTimeline.tsx#L42
'onAudioClipSelect' is declared but its value is never read.
deploy: src/components/VideoTimeline.tsx#L41
'onAudioClipUpdate' is declared but its value is never read.
deploy: src/components/StudioLayout.tsx#L655
Parameter 'idx' implicitly has an 'any' type.
deploy: src/components/StudioLayout.tsx#L655
Parameter 'seg' implicitly has an 'any' type.
deploy: src/components/StudioLayout.tsx#L51
Parameter 's' implicitly has an 'any' type.
deploy: src/components/StudioLayout.tsx#L29
Property 'selectedSegmentIds' does not exist on type '{ isRecording: boolean; isPlaying: boolean; recordingTime: number; playbackTime: number; session: RecordedSession | null; playbackSpeed: number; setPlaybackSpeed: Dispatch<SetStateAction<...>>; ... 26 more ...; canRedo: boolean; }'.
deploy: src/App.tsx#L2723
Property 'selectedSegmentIds' does not exist on type '{ isRecording: boolean; isPlaying: boolean; recordingTime: number; playbackTime: number; session: RecordedSession | null; playbackSpeed: number; setPlaybackSpeed: Dispatch<SetStateAction<...>>; ... 26 more ...; canRedo: boolean; }'.
deploy: src/App.tsx#L1518
Parameter 's' implicitly has an 'any' type.
deploy: src/App.tsx#L1517
Parameter 's' implicitly has an 'any' type.