Frontend skeleton #4
Annotations
10 warnings
test:
frontend/client/src/app/api/rest.ts#L5
'HUB' is assigned a value but never used
|
test:
frontend/client/src/app/components/AnalyticsProvider.tsx#L28
React Hook "useAuth" is called conditionally. React Hooks must be called in the exact same order in every component render
|
test:
frontend/client/src/app/components/AnalyticsProvider.tsx#L38
Unexpected any. Specify a different type
|
test:
frontend/client/src/app/components/AnalyticsProvider.tsx#L48
React Hook useEffect has a missing dependency: 'analytics'. Either include it or remove the dependency array
|
test:
frontend/client/src/app/components/ConfirmDialog.tsx#L18
Unexpected any. Specify a different type
|
test:
frontend/client/src/app/components/OidcProvider.tsx#L41
React Hook React.useEffect has a missing dependency: 'auth'. Either include it or remove the dependency array
|
test:
frontend/client/src/app/components/PageDrawerContext.tsx#L115
'focusKey' is defined but never used. Allowed unused args must match /^_/u
|
test:
frontend/client/src/app/layout/header.tsx#L41
'leftTitle' is assigned a value but never used
|
test:
frontend/client/src/app/layout/header.tsx#L41
'rightBrand' is assigned a value but never used
|
test:
frontend/client/src/app/layout/header.tsx#L44
React Hook "useAuth" is called conditionally. React Hooks must be called in the exact same order in every component render
|