Followup Experimental Conditions #75
Annotations
11 warnings
lint / lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint / lint:
src/components/DownloadPanel.tsx#L32
React Hook useCallback has missing dependencies: 'baseFilename' and 'participantId'. Either include them or remove the dependency array
|
lint / lint:
src/components/DownloadPanel.tsx#L55
React Hook useEffect has a missing dependency: 'downloadParticipant'. Either include it or remove the dependency array
|
lint / lint:
src/components/Shell.tsx#L8
'useLocation' is defined but never used
|
lint / lint:
src/components/Shell.tsx#L8
'useMatch' is defined but never used
|
lint / lint:
src/components/Shell.tsx#L22
'useStoreDispatch' is defined but never used
|
lint / lint:
src/components/Shell.tsx#L23
'useStoreActions' is defined but never used
|
lint / lint:
src/components/Shell.tsx#L46
'storage' is defined but never used
|
lint / lint:
src/components/StepRenderer.tsx#L89
React Hook useEffect has a missing dependency: 'windowEventDebounceTime'. Either include it or remove the dependency array
|
lint / lint:
src/components/StudyEnd.tsx#L26
React Hook useEffect has missing dependencies: 'answers' and 'storageEngine'. Either include them or remove the dependency array
|
lint / lint:
src/components/interface/AppHeader.tsx#L19
'IconMicrophone' is defined but never used
|