diff --git a/src/useForm.test.tsx b/src/useForm.test.tsx index 3aad2290ae9..11cf3d8204c 100644 --- a/src/useForm.test.tsx +++ b/src/useForm.test.tsx @@ -22,6 +22,9 @@ export const reconfigureControl = ( fieldsWithValidationRef: { current: new Set(), }, + fieldArrayDefaultValues: { + current: {}, + }, watchFieldsRef: { current: new Set(), },