work in progress #197
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]"}}]}
|