I am making a multi stepper form and i have divided the steps into separate component and am passing it as children between the parent formik component. Like this
<FormikComponent>
<ChildStepComponent/>
</>
Is there a way to get the values and errors that Formik provides when i change the input values in the child component?