Skip to content

Fixed typing

Fixed typing #19

Triggered via push October 3, 2023 15:47
Status Failure
Total duration 1m 11s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 9 warnings
Node 18 on ubuntu-latest: src/components/AuthForm.tsx#L27
Do not use "@ts-ignore" because it alters compilation errors
Node 18 on ubuntu-latest: src/components/AuthForm.tsx#L29
Do not use "@ts-ignore" because it alters compilation errors
Node 18 on ubuntu-latest: src/components/LoginProtected.tsx#L13
Unexpected negated condition
Node 18 on ubuntu-latest: src/pages/Home.tsx#L29
Do not access a member directly from an await expression
Node 18 on ubuntu-latest
Process completed with exit code 1.
Node 18 on windows-latest
The job was canceled because "_18_ubuntu-latest" failed.
Node 18 on windows-latest
The operation was canceled.
Node 18 on macos-latest
The job was canceled because "_18_ubuntu-latest" failed.
Node 18 on macos-latest
The operation was canceled.
Node 18 on ubuntu-latest: src/lib/hooks.ts#L1
'useDispatch' import from 'react-redux' is restricted. Use typed hooks `useAppDispatch` and `useAppSelector` instead
Node 18 on ubuntu-latest: src/lib/hooks.ts#L1
'useSelector' import from 'react-redux' is restricted. Use typed hooks `useAppDispatch` and `useAppSelector` instead
Node 18 on ubuntu-latest: src/lib/reducers/groups.ts#L15
'state' is defined but never used
Node 18 on ubuntu-latest: src/lib/reducers/groups.ts#L15
'action' is defined but never used
Node 18 on ubuntu-latest: src/lib/reducers/message.ts#L35
Generic Object Injection Sink
Node 18 on ubuntu-latest: src/pages/Home.tsx#L28
'isLoading' is assigned a value but never used
Node 18 on ubuntu-latest: src/pages/Home.tsx#L28
'data' is assigned a value but never used
Node 18 on ubuntu-latest: src/pages/Home.tsx#L28
'isError' is assigned a value but never used
Node 18 on ubuntu-latest: src/pages/Home.tsx#L28
'error' is assigned a value but never used