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 132c9fc commit 9424f37Copy full SHA for 9424f37
src/index.d.ts
@@ -44,7 +44,7 @@ export interface RenderableProps<T> {
44
}
45
46
export interface UseFieldArrayConfig<FieldValue>
47
- extends UseFieldConfig<FieldValue> {
+ extends UseFieldConfig<FieldValue[]> {
48
isEqual?: (a: any[], b: any[]) => boolean
49
50
0 commit comments