email or empty string not working
Is giving runtime error:
ParseError: Key $ is not valid on maxLength schemabut it works with just
string.emailParseError: Key $ is not valid on maxLength schemastring.emailexport const feedbackSchema = type({
contact: 'string.email | string == 0'
});