Implement Validation for Filtering #38
Annotations
10 errors and 2 warnings
packages/db/src/schema/roles.ts#L9
'WorkEnvironment' is defined but never used. Allowed unused vars must match /^_/u
|
packages/db/src/schema/roles.ts#L9
'WorkTerm' is defined but never used. Allowed unused vars must match /^_/u
|
packages/ui/src/hooks/use-toast.ts#L21
'actionTypes' is assigned a value but only used as a type. Allowed unused vars must match /^_/u
|
packages/ui/src/hooks/use-toast.ts#L132
Array type using 'Array<T>' is forbidden. Use 'T[]' instead
|
|
|
|
|
apps/web/src/app/(pages)/(dashboard)/roles/page.tsx#L19
'ErrorBanner' is defined but never used. Allowed unused vars must match /^_/u
|
|
apps/web/src/app/(pages)/(dashboard)/roles/page.tsx#L5
All imports in the declaration are only used as types. Use `import type`
|
apps/web/src/app/(pages)/(dashboard)/roles/page.tsx#L62
React Hook useEffect has missing dependencies: 'validationResult.error.issues' and 'validationResult.success'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading