Skip to content

work in progress

work in progress #197

Triggered via push January 23, 2024 09:19
Status Failure
Total duration 1m 50s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Run linters
Process completed with exit code 1.
Run linters: app/activity/create/components/form.tsx#L34
[eslint] reported by reviewdog 🐶 React Hook useEffect has a missing dependency: 'timeFrom'. Either include it or remove the dependency array. Raw Output: {"ruleId":"react-hooks/exhaustive-deps","severity":1,"message":"React Hook useEffect has a missing dependency: 'timeFrom'. Either include it or remove the dependency array.","line":34,"column":6,"nodeType":"ArrayExpression","endLine":34,"endColumn":14,"suggestions":[{"desc":"Update the dependencies array to be: [timeFrom, timeTo]","fix":{"range":[1117,1125],"text":"[timeFrom, timeTo]"}}]}