debug gha #2
wip-deploy-ci-admin.yml
on: push
test
1m 27s
deploy
2m 34s
Annotations
10 warnings
test:
admin/src/app.jsx#L70
Unexpected use of file extension "service" for "./services/cohort.service"
|
test:
admin/src/app.jsx#L163
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
test:
admin/src/app.jsx#L206
React Hook useEffect has missing dependencies: 'cohorts' and 'dispatch'. Either include them or remove the dependency array
|
test:
admin/src/assets/ArrowUp.jsx#L3
'props' is defined but never used
|
test:
admin/src/assets/icons/EmptyFileIcon.jsx#L3
'props' is defined but never used
|
test:
admin/src/components/FileUpload.jsx#L104
React Hook useCallback has an unnecessary dependency: 'files'. Either exclude it or remove the dependency array
|
test:
admin/src/components/IconDomain.jsx#L50
React Hook React.useEffect has a missing dependency: 'iconStyle'. Either include it or remove the dependency array. If 'setIcon' needs the current value of 'iconStyle', you can also switch to useReducer instead of useState and read 'iconStyle' in the reducer
|
test:
admin/src/components/IconDomainRounded.jsx#L50
React Hook React.useEffect has a missing dependency: 'iconStyle'. Either include it or remove the dependency array. If 'setIcon' needs the current value of 'iconStyle', you can also switch to useReducer instead of useState and read 'iconStyle' in the reducer
|
test:
admin/src/components/Panel.jsx#L23
React Hook "React.useState" is called conditionally. React Hooks must be called in the exact same order in every component render
|
test:
admin/src/components/Panel.jsx#L25
React Hook "React.useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
|