Open yanickrochon opened 8 months ago
Instead of countryCode: string;, the prop should be typed with all valid codes. This would provide static validation.
countryCode: string;
@yanickrochon agreed, this is a great suggestion
Instead of
countryCode: string;
, the prop should be typed with all valid codes. This would provide static validation.