Skip to content

refactor: improve enum typesafety for filter component #1095

refactor: improve enum typesafety for filter component

refactor: improve enum typesafety for filter component #1095

Triggered via pull request March 10, 2026 11:30
Status Failure
Total duration 1m 0s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ci
Process completed with exit code 2.
ci
@example/ui-playground#typecheck: command (/home/runner/work/genseki/genseki/examples/ui-playground) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
ci
Type 'Dispatch<SetStateAction<{ color: ({ value: string; label: string; isSelected: boolean; description?: undefined; } | { value: string; label: string; description: string; isSelected?: undefined; })[]; animal: { value: string; label: string; description: string; }[]; }>>' is not assignable to type '(options: FilterOptions) => void'.