Here is my validation schema:const validationSchema = Yup.object().shape({ person: Yup.object().shape({ name: Yup.string().required('Field is required'), ...
確定! 回上一頁