feat(form): allow array data on same input names #16
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
|