Skip to content

Implement Validation for Filtering #47

Implement Validation for Filtering

Implement Validation for Filtering #47

Triggered via pull request October 27, 2024 20:09
@gpalmer27gpalmer27
synchronize #86
validation
Status Failure
Total duration 58s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
typecheck
Argument of type 'Dispatch<SetStateAction<State>>' is not assignable to parameter of type '(state: State) => void[]'.
typecheck
Argument of type 'Dispatch<SetStateAction<State>>' is not assignable to parameter of type '(state: State) => void[]'.
typecheck
@cooper/ui#typecheck: command (/home/runner/work/cooper/cooper/packages/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint: apps/web/src/app/(pages)/(dashboard)/roles/page.tsx#L6
Imports "ReviewType", "WorkEnvironmentType" and "WorkTermType" are only used as type
lint: apps/web/src/app/(pages)/(dashboard)/roles/page.tsx#L63
React Hook useEffect has missing dependencies: 'validationResult.error.issues' and 'validationResult.success'. Either include them or remove the dependency array