Implement Validation for Filtering #47
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
|