rc-field-form
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -478,3 +478,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
} | ||
if (!isEqual(newValue, value)) { | ||
if (newValue !== value) { | ||
dispatch({ | ||
@@ -481,0 +481,0 @@ type: 'updateValue', |
@@ -486,3 +486,3 @@ "use strict"; | ||
} | ||
if (!(0, _isEqual.default)(newValue, value)) { | ||
if (newValue !== value) { | ||
dispatch({ | ||
@@ -489,0 +489,0 @@ type: 'updateValue', |
{ | ||
"name": "rc-field-form", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "React Form Component", | ||
@@ -42,3 +42,3 @@ "typings": "es/index.d.ts", | ||
"test:coverage": "umi-test --coverage", | ||
"prepublishOnly": "npm run compile", | ||
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish", | ||
"lint": "eslint src/ --ext .tsx,.ts", | ||
@@ -45,0 +45,0 @@ "lint:tsc": "tsc -p tsconfig.json --noEmit", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
291563