@adyen/kyc-components 3.3.3 → 3.3.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.
|
@@ -16071,9 +16071,7 @@ function IdentityNumberComponent(props) {
|
|
|
16071
16071
|
}
|
|
16072
16072
|
}, [propErrors]);
|
|
16073
16073
|
useEffect(() => {
|
|
16074
|
-
|
|
16075
|
-
triggerValidation(["idNumber"]);
|
|
16076
|
-
}
|
|
16074
|
+
triggerValidation(["idNumber"]);
|
|
16077
16075
|
}, [country2, idNumberType]);
|
|
16078
16076
|
useEffect(() => {
|
|
16079
16077
|
const dataHasChanged = !objectsDeepEqual(data, formData);
|