Skip to content

Commit ad4605f

Browse files
committed
Merge branch 'master' of github.com:final-form/react-final-form
2 parents 8147a6d + 83a4d93 commit ad4605f

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)