You can use the useFormik hook instead: import { useFormik } from 'Formik' function XYZScreen() { const formikProps = useFormik({ ...
確定! 回上一頁