Skip to content

Commit 66473ac

Browse files
committed
REMOVE FlowType from HOC decorator
1 parent 250ae14 commit 66473ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FieldArray.js

Lines changed: 1 addition & 1 deletion
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)