From a39abf7c26d62b5dbc959e89cb29ef3dc0b8a36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Fri, 30 Jun 2023 11:32:09 +0800 Subject: [PATCH] fix: Form should not trigger unnescessary onFieldsChange (#43290) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 143ced3f66..4943f7bf1e 100644 --- a/package.json +++ b/package.json @@ -128,7 +128,7 @@ "rc-dialog": "~9.1.0", "rc-drawer": "~6.2.0", "rc-dropdown": "~4.1.0", - "rc-field-form": "~1.32.0", + "rc-field-form": "~1.34.0", "rc-image": "~5.17.1", "rc-input": "~1.0.4", "rc-input-number": "~7.4.0",