Skip to content

Provenance + audio replay #384

Provenance + audio replay

Provenance + audio replay #384

Triggered via pull request January 6, 2025 23:00
Status Failure
Total duration 58s
Artifacts

lint_build.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
lint / lint: src/analysis/individualStudy/replay/AllReplays.tsx#L33
Type '{ studyId: string; key: string; height: number; participantData: ParticipantData; setSelectedTask: () => null; width: number; }' is not assignable to type 'IntrinsicAttributes & { participantData: ParticipantData; width: number; studyId: string; height: number; selectedTask?: string | null | undefined; }'.
lint / lint
Process completed with exit code 2.
lint / lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint / lint: src/components/response/ResponseBlock.tsx#L99
React Hook useEffect has missing dependencies: 'answerValidator' and 'responses'. Either include them or remove the dependency array