Skip to content

feat(form): allow array data on same input names #16

feat(form): allow array data on same input names

feat(form): allow array data on same input names #16

Triggered via push August 10, 2024 15:39
Status Failure
Total duration 29s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
ci: src/components/form/form.tsx#L21
Unsafe call of an `any` typed value
ci
Process completed with exit code 1.
ci: src/App.tsx#L76
React Hook useEffect has a missing dependency: 'initialTime'. Either include it or remove the dependency array. If 'setTimeLeft' needs the current value of 'initialTime', you can also switch to useReducer instead of useState and read 'initialTime' in the reducer
ci: src/App.tsx#L89
React Hook useEffect has missing dependencies: 'initialTime' and 'interval'. Either include them or remove the dependency array. If 'setProgress' needs the current value of 'initialTime', you can also switch to useReducer instead of useState and read 'initialTime' in the reducer