@adyen/kyc-components 2.29.3 → 2.29.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15924,9 +15924,7 @@ function IdentityNumberComponent(props) {
|
|
|
15924
15924
|
}
|
|
15925
15925
|
}, [propErrors]);
|
|
15926
15926
|
useEffect(() => {
|
|
15927
|
-
|
|
15928
|
-
triggerValidation(["idNumber"]);
|
|
15929
|
-
}
|
|
15927
|
+
triggerValidation(["idNumber"]);
|
|
15930
15928
|
}, [country2, idNumberType]);
|
|
15931
15929
|
useEffect(() => {
|
|
15932
15930
|
const dataHasChanged = !objectsDeepEqual(data, formData);
|