#Form validation linting error

2 messages · Page 1 of 1 (latest)

teal juniper
#

simplified to

recipientEmail:
 values.sendingMethod === "email"
? isEmail("Invalid email")(values.recipientEmail)
: null,

But still the same error

thin bay
#

But the error is related to recipientName field, the screenshot shows recipientEmail