yup##
abcd1234
plain_text
04/19/2024 3:25 AM
200 B
18
Indexable
export const yupSync = (schema) => ({
async validator({ field }, value) {
await schema.validateSyncAt(field, { [field]: value });
},
});
Editor is loading...
Leave a Comment