Skip to content

Commit 19d3731

Browse files
ReganLerikras
authored andcommitted
REMOVE FlowType from HOC decorator (final-form#73)
1 parent 4cd58c0 commit 19d3731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FieldArray.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,6 @@ polyfill(FieldArray)
243243

244244
const decorated: React.ComponentType<
245245
FieldArrayProps & ReactContext
246-
> = withReactFinalForm<FieldArrayProps>(FieldArray)
246+
> = withReactFinalForm(FieldArray)
247247

248248
export default decorated

0 commit comments

Comments
 (0)