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 f32cb36 commit 91ba2f7Copy full SHA for 91ba2f7
src/index.tsx
@@ -9,7 +9,7 @@ import FieldContext from './FieldContext';
9
import ListContext from './ListContext';
10
11
const InternalForm = React.forwardRef<FormInstance, FormProps>(FieldForm) as <Values = any>(
12
- props: React.PropsWithChildren<FormProps<Values>> & { ref?: React.Ref<FormInstance<Values>> },
+ props: FormProps<Values> & { ref?: React.Ref<FormInstance<Values>> },
13
) => React.ReactElement;
14
15
type InternalFormType = typeof InternalForm;
0 commit comments