@rjsf/core 5.17.0 → 5.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/core.umd.js CHANGED
@@ -673,6 +673,7 @@
673
673
  uiSchema,
674
674
  title: fieldTitle,
675
675
  formContext,
676
+ errorSchema,
676
677
  rawErrors
677
678
  };
678
679
  const Template = utils.getTemplate("ArrayFieldTemplate", registry, uiOptions);
package/dist/index.esm.js CHANGED
@@ -711,6 +711,7 @@ var ArrayField = class extends Component {
711
711
  uiSchema,
712
712
  title: fieldTitle,
713
713
  formContext,
714
+ errorSchema,
714
715
  rawErrors
715
716
  };
716
717
  const Template = getTemplate("ArrayFieldTemplate", registry, uiOptions);