SeoHyun Kim
SeoHyun Kim
@crutchcorn Hello, can I work on this issue? If possible, please assign it to me. 😊
@TheKnightCoder I'm going to try again 🤗
@t-rosa @crutchcorn I have a question. According to what you(@t-rosa ) suggested, when `valibotValidator` is used in `useForm` it can be used like: ```js validatorAdapter: valibotValidator({errorMap: errors => errors[0]}), ```...
I'm sorry for my slow understanding. The current type of `validatorAdapter`: ```js export type Validator = () => { validate(options: { value: Type; }, fn: Fn): ValidationError; validateAsync(options: { value:...