;
+ transformErrors?: ErrorTransformer;
}
// TODO(blam): We require here, as the types in this package depend on @rjsf/core explicitly
@@ -149,6 +151,7 @@ export const Stepper = (props: StepperProps) => {
onSubmit={handleNext}
fields={extensions}
showErrorList={false}
+ transformErrors={props.transformErrors}
>