Skip to content

fix - pursue work

fix - pursue work #219

Triggered via pull request January 10, 2024 15:58
Status Failure
Total duration 3m 12s
Artifacts

ci-main.yml

on: pull_request
Matrix: test
Check if version upgrade
0s
Check if version upgrade
create_github_release
0s
create_github_release
docker
0s
docker
Fit to window
Zoom out
Zoom in

Annotations

1 error and 5 warnings
test_lint
Process completed with exit code 1.
test_lint: src/hooks/useAsyncEffect.ts#L8
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
test_lint: src/hooks/useAsyncEffect.ts#L8
React Hook useEffect has a missing dependency: 'callback'. Either include it or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
test_lint: src/hooks/useAuth.tsx#L65
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
test_lint: src/hooks/useAuth.tsx#L69
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
test_lint: src/hooks/useAuth.tsx#L74
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components