Skip to content

Commit 83a4d93

Browse files
aaronjensenerikras
authored andcommitted
Change FieldRenderProps['meta']['initial'] to any (#219)
1 parent 37a5827 commit 83a4d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface FieldRenderProps {
2727
dirty: boolean
2828
dirtySinceLastSubmit: boolean
2929
error: any
30-
initial: boolean
30+
initial: any
3131
invalid: boolean
3232
pristine: boolean
3333
submitError: any

0 commit comments

Comments
 (0)