chore: pass through the form data like before in the context
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -143,6 +143,7 @@ export const Stepper = (props: StepperProps) => {
|
||||
validator={validator}
|
||||
extraErrors={errors as unknown as ErrorSchema}
|
||||
formData={formState}
|
||||
formContext={{ formData: formState }}
|
||||
schema={steps[activeStep].schema}
|
||||
uiSchema={steps[activeStep].uiSchema}
|
||||
onSubmit={handleNext}
|
||||
|
||||
Reference in New Issue
Block a user