Provenance + audio replay #384
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
|