arktypea
arktype13mo ago
jole

email or empty string not working

export const feedbackSchema = type({
    contact: 'string.email | string == 0'
});


Is giving runtime error:
ParseError: Key $ is not valid on maxLength schema

but it works with just string.email
Was this page helpful?