Skip to content

fix(input): fixed the value prop error to pass string on type number #1584

fix(input): fixed the value prop error to pass string on type number

fix(input): fixed the value prop error to pass string on type number #1584

Triggered via pull request July 12, 2024 03:07
Status Failure
Total duration 4m 41s
Artifacts

QA.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
TypeScript
Type 'Dispatch<SetStateAction<string | undefined>>' is not assignable to type '(value: string | number) => void'.
TypeScript
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '(value: string | number) => void'.
TypeScript
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '(value: string | number) => void'.
TypeScript
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '(value: string | number) => void'.
TypeScript
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '(value: string | number) => void'.
TypeScript
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '(value: string | number) => void'.
TypeScript
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '(value: string | number) => void'.
TypeScript
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '(value: string | number) => void'.
TypeScript
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '(value: string | number) => void'.
TypeScript
Type 'Dispatch<SetStateAction<string>>' is not assignable to type '(value: string | number) => void'.