adding audio verbage #48
Annotations
11 warnings
lint / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint / lint:
src/components/ConfigSwitcher.tsx#L2
'Anchor' is defined but never used
|
lint / lint:
src/components/ConfigSwitcher.tsx#L9
'REVISIT_GITHUB_PUBLIC' is assigned a value but never used
|
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
|