master-components-react 4.3.9 → 4.3.10
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.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6961,7 +6961,7 @@ const va = ({
|
|
|
6961
6961
|
te(() => {
|
|
6962
6962
|
if (d) {
|
|
6963
6963
|
let _ = C === "currency" ? V.current.find((H) => H.id === d) : V.current.find((H) => H.dial_code === d);
|
|
6964
|
-
C === "currency" ? _.currencyCode = _?.currency_code : _.
|
|
6964
|
+
C === "currency" ? _.currencyCode = _?.currency_code : _.dialCode = _?.dial_code, L(_), M && typeof M == "function" && M(_);
|
|
6965
6965
|
}
|
|
6966
6966
|
}, [d, V.current]), z(!1);
|
|
6967
6967
|
const s = ee(!0), v = ee(null), j = ee(null), [Z, ae] = z(!1), [me, fe] = z(!1), he = ee(null), Y = (_) => {
|