@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/index.cjs CHANGED
@@ -690,7 +690,8 @@ function resolveSchema(validator, schema, rootSchema, expandAllBranches, recurse
690
690
  rootSchema,
691
691
  expandAllBranches,
692
692
  recurseList,
693
- formData
693
+ formData,
694
+ experimental_customMergeAllOf
694
695
  );
695
696
  if (updatedSchemas.length > 1 || updatedSchemas[0] !== schema) {
696
697
  return updatedSchemas;
@@ -702,7 +703,8 @@ function resolveSchema(validator, schema, rootSchema, expandAllBranches, recurse
702
703
  rootSchema,
703
704
  expandAllBranches,
704
705
  recurseList,
705
- formData
706
+ formData,
707
+ experimental_customMergeAllOf
706
708
  );
707
709
  return resolvedSchemas.flatMap((s) => {
708
710
  return retrieveSchemaInternal(