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 e442fe6 commit 6edb29dCopy full SHA for 6edb29d
src/useLens.ts
@@ -6,7 +6,7 @@ import { LensesStorage } from './LensesStorage';
6
import type { Lens } from './types';
7
8
export interface UseLensProps<TFieldValues extends FieldValues = FieldValues> {
9
- control: Control<any, any, TFieldValues>;
+ control: Control<TFieldValues, any, any>;
10
}
11
12
/**
0 commit comments