Skip to content

feat: upodate

feat: upodate #7

Triggered via push December 7, 2023 10:01
Status Failure
Total duration 43s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
CI
Process completed with exit code 1.
CI
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CI
The process '/usr/bin/git' failed with exit code 128
CI: src/layout/index.tsx#L19
React Hook useEffect has a missing dependency: 'dispatch.userInfo'. Either include it or remove the dependency array
CI: src/layout/index.tsx#L25
React Hook useEffect has a missing dependency: 'dispatch.soketService'. Either include it or remove the dependency array
CI: src/view/login/layout.tsx#L1
'memo' is defined but never used
CI: src/layout/side-menu.tsx#L29
React Hook useMemo has an unnecessary dependency: 'sideMenuRouters'. Either exclude it or remove the dependency array. Outer scope values like 'sideMenuRouters' aren't valid dependencies because mutating them doesn't re-render the component
CI: src/layout/side-menu.tsx#L40
React Hook useEffect has a missing dependency: 'location.pathname'. Either include it or remove the dependency array
CI: src/layout/content.tsx#L1
'React' is defined but never used
CI: src/view/project-overview/index.tsx#L8
'defaultColumns' is defined but never used
CI: src/view/chat-room/index.tsx#L30
React Hook useEffect has a missing dependency: 'dispatch.userInfo'. Either include it or remove the dependency array. Mutable values like 'chatRef.current' aren't valid dependencies because mutating them doesn't re-render the component
CI: src/view/graph-view/inidex.tsx#L8
useState call is not destructured into value + setter pair
CI: src/layout/header/user-info/index.tsx#L20
React Hook useCallback has a missing dependency: 'dispatch.userInfo'. Either include it or remove the dependency array