Provenance + audio replay #386
Annotations
4 errors and 2 warnings
lint / lint:
src/components/audioAnalysis/AnalysisPopout.tsx#L73
Type 'string | null' is not assignable to type 'string | undefined'.
|
lint / lint:
src/components/audioAnalysis/AnalysisPopout.tsx#L174
Argument of type 'string | null' is not assignable to parameter of type 'string | undefined'.
|
lint / lint:
src/components/interface/AnalysisFooter.tsx#L46
Type 'void' is not assignable to type 'string | 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
|