Skip to content

Commit 3237bc8

Browse files
multimericerikras
authored andcommitted
Fix FieldProps → FieldRenderProps link (#701)
1 parent 2d4ca93 commit 3237bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/FieldProps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ React.ComponentType<FieldRenderProps> | 'input' | 'select' | 'textarea'`
7878

7979
Optional. If you are not using `'input'`, `'select`' or `'textarea'`, it is recommended that you use [`children`](#children) or [`render`](#render).
8080

81-
Either the `string` name of one of the default HTML inputs, or a component that is given [`FieldRenderProps`](#fieldrenderprops) as props, children and render props, as well as any non-API props passed into the `<Field/>` component. For example, if you did...
81+
Either the `string` name of one of the default HTML inputs, or a component that is given [`FieldRenderProps`](FieldRenderProps) as props, children and render props, as well as any non-API props passed into the `<Field/>` component. For example, if you did...
8282

8383
<!-- prettier-ignore -->
8484
```tsx

0 commit comments

Comments
 (0)