@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rjsf/utils",
3
- "version": "6.0.0-beta.18",
3
+ "version": "6.0.0-beta.19",
4
4
  "main": "dist/index.js",
5
5
  "module": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -241,6 +241,7 @@ export function resolveSchema<T = any, S extends StrictRJSFSchema = RJSFSchema,
241
241
  expandAllBranches,
242
242
  recurseList,
243
243
  formData,
244
+ experimental_customMergeAllOf,
244
245
  );
245
246
  if (updatedSchemas.length > 1 || updatedSchemas[0] !== schema) {
246
247
  // return the updatedSchemas array if it has either multiple schemas within it
@@ -255,6 +256,7 @@ export function resolveSchema<T = any, S extends StrictRJSFSchema = RJSFSchema,
255
256
  expandAllBranches,
256
257
  recurseList,
257
258
  formData,
259
+ experimental_customMergeAllOf,
258
260
  );
259
261
  return resolvedSchemas.flatMap((s) => {
260
262
  return retrieveSchemaInternal<T, S, F>(