From 048a2d3d3b607871f77e5e9e3ce8b199a1974114 Mon Sep 17 00:00:00 2001 From: Ende93 Date: Mon, 15 Jul 2019 10:41:39 +0800 Subject: [PATCH] Improve `flattenRegisteredFields` message --- src/createFieldsStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/createFieldsStore.js b/src/createFieldsStore.js index dc55c8cc..0ff17b06 100644 --- a/src/createFieldsStore.js +++ b/src/createFieldsStore.js @@ -34,7 +34,7 @@ class FieldsStore { return flattenFields( fields, path => validFieldsName.indexOf(path) >= 0, - 'You cannot set a form field before rendering a field associated with the value.' + 'You cannot set a form field before rendering a field associated with the value.Or you may passed the property that dont match any field.' ); }