Skip to content

feat: adding multi-select component #1439

feat: adding multi-select component

feat: adding multi-select component #1439

Triggered via pull request October 24, 2023 17:06
Status Failure
Total duration 1m 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
TypeScript
Type 'string[]' is not assignable to type 'Record<"label" | "value", string>[]'.
TypeScript
Type 'Dispatch<SetStateAction<string[]>>' is not assignable to type 'Dispatch<SetStateAction<Record<"label" | "value", string>[]>>'.
TypeScript
Process completed with exit code 1.