chore: pass through the form data like before in the context

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-11-07 13:58:40 +01:00
parent 5b5d73b06a
commit 43d66cef85
@@ -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}