👕 TypeScript
Allow generics types to be passed to GenericValidatorFunction
which previously caused errors with simple snippets like this:
function validator(value: string) {
// ...
}
const { value } = useField('field', validator);
Allow generics types to be passed to GenericValidatorFunction
which previously caused errors with simple snippets like this:
function validator(value: string) {
// ...
}
const { value } = useField('field', validator);
Don't miss a new vee-validate release
NewReleases is sending notifications on new releases.