We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413b21f commit a16f175Copy full SHA for a16f175
packages/form/src/form/fields/array/context.ts
@@ -59,8 +59,3 @@ export function getArrayItemSchemaId(
59
value
60
);
61
}
62
-
63
-/** @deprecated use `isFilesArray from `form/context` */
64
-export function isFilesArray(ctx: FormContext, schema: Schema) {
65
- return isFilesArrayInternal(ctx.validator, ctx.merger, schema, ctx.schema);
66
-}
0 commit comments