From 66473ac645726b66cd422c5ef2422557820a6bfe Mon Sep 17 00:00:00 2001 From: Regan Langford Date: Mon, 11 Mar 2019 15:45:11 +1300 Subject: [PATCH] REMOVE FlowType from HOC decorator --- src/FieldArray.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FieldArray.js b/src/FieldArray.js index 0bf9f76..51b8fcc 100644 --- a/src/FieldArray.js +++ b/src/FieldArray.js @@ -243,6 +243,6 @@ polyfill(FieldArray) const decorated: React.ComponentType< FieldArrayProps & ReactContext -> = withReactFinalForm(FieldArray) +> = withReactFinalForm(FieldArray) export default decorated