@rjsf/utils 6.0.0-beta.18 → 6.0.0-beta.19

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/utils.esm.js CHANGED
@@ -537,7 +537,8 @@ function resolveSchema(validator, schema, rootSchema, expandAllBranches, recurse
537
537
  rootSchema,
538
538
  expandAllBranches,
539
539
  recurseList,
540
- formData
540
+ formData,
541
+ experimental_customMergeAllOf
541
542
  );
542
543
  if (updatedSchemas.length > 1 || updatedSchemas[0] !== schema) {
543
544
  return updatedSchemas;
@@ -549,7 +550,8 @@ function resolveSchema(validator, schema, rootSchema, expandAllBranches, recurse
549
550
  rootSchema,
550
551
  expandAllBranches,
551
552
  recurseList,
552
- formData
553
+ formData,
554
+ experimental_customMergeAllOf
553
555
  );
554
556
  return resolvedSchemas.flatMap((s) => {
555
557
  return retrieveSchemaInternal(