consent added #11
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/Login.tsx#L46
React Hook useEffect has missing dependencies: 'user.determiningStatus' and 'user.isAdmin'. Either include them or remove the dependency array
|
lint / lint:
src/ProtectedRoute.tsx#L55
React Hook useEffect has missing dependencies: 'logout', 'paramCallback', 'paramToCheck', 'params', 'user', and 'verifyAdminStatus'. Either include them or remove the dependency array. If 'paramCallback' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint / lint:
src/analysis/dashboard/SummaryPanel.tsx#L2
'Badge' is defined but never used
|
lint / lint:
src/analysis/dashboard/SummaryPanel.tsx#L25
'config' is assigned a value but never used
|
lint / lint:
src/analysis/table/TableView.tsx#L193
'id' is defined but never used
|
lint / lint:
src/components/Shell.tsx#L67
'_' is defined but never used
|
lint / lint:
src/components/downloader/DownloadTidy.tsx#L73
'id' is defined but never used
|
lint / lint:
src/components/interface/AlertModal.tsx#L2
'Box' is defined but never used
|
lint / lint:
src/components/interface/AppAside.tsx#L20
'useCurrentComponent' is defined but never used
|
lint / lint:
src/components/response/IframeInput.tsx#L2
'Text' is defined but never used
|