antd-country-phone-input
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -19,3 +19,3 @@ var __assign = (this && this.__assign) || function () { | ||
var defaultCountry = useMemo(function () { | ||
return countries.find(function (c) { return c.en === 'China'; }); | ||
return countries.find(function (c) { return c.short === 'CN'; }); | ||
}, []); | ||
@@ -22,0 +22,0 @@ var _b = useState(defaultCountry), country = _b[0], setCountry = _b[1]; |
{ | ||
"name": "antd-country-phone-input", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Country phone input component as standard Ant.Design form item", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0