Add credentials skeleton #412
Annotations
1 error and 10 warnings
Lint
Process completed with exit code 1.
|
UI Tests:
openubl/ui/client/src/app/api/rest.ts#L16
'ApiSearchResult' is defined but never used
|
UI Tests:
openubl/ui/client/src/app/components/ConfirmDialog.tsx#L18
Unexpected any. Specify a different type
|
UI Tests:
openubl/ui/client/src/app/components/HookFormPFFields/HookFormPFSelect.tsx#L31
'children' is assigned a value but never used
|
UI Tests:
openubl/ui/client/src/app/components/HookFormPFFields/HookFormPFSelect.tsx#L31
'ref' is assigned a value but never used
|
UI Tests:
openubl/ui/client/src/app/components/OidcProvider.tsx#L41
React Hook React.useEffect has a missing dependency: 'auth'. Either include it or remove the dependency array
|
UI Tests:
openubl/ui/client/src/app/components/PageDrawerContext.tsx#L115
'focusKey' is defined but never used. Allowed unused args must match /^_/u
|
UI Tests:
openubl/ui/client/src/app/hooks/useStorage.ts#L1
Replace `'react'` with `"react"`
|
UI Tests:
openubl/ui/client/src/app/hooks/useStorage.ts#L3
Replace `'localStorage'·|·'sessionStorage'` with `"localStorage"·|·"sessionStorage"`
|
UI Tests:
openubl/ui/client/src/app/hooks/useStorage.ts#L5
Replace `storageType:·StorageType,·key:·string,·defaultValue:·T` with `⏎··storageType:·StorageType,⏎··key:·string,⏎··defaultValue:·T⏎`
|
UI Tests:
openubl/ui/client/src/app/hooks/useStorage.ts#L6
Replace `'undefined'` with `"undefined"`
|