@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/index.js CHANGED
@@ -724,6 +724,7 @@ var ArrayField = class extends import_react.Component {
724
724
  uiSchema,
725
725
  title: fieldTitle,
726
726
  formContext,
727
+ errorSchema,
727
728
  rawErrors
728
729
  };
729
730
  const Template = (0, import_utils.getTemplate)("ArrayFieldTemplate", registry, uiOptions);