77c237d6a2
* Enable `exactOptionalPropertyTypes` in TS config This option will create more strict types out of optional properties. Read more: https://devblogs.microsoft.com/typescript/announcing-typescript-4-4-beta/#exact-optional-property-types * Extract `ComboBoxProps` as own interface This way we can export it to use it somewhere else. In this specific case, I'll need to use it as a base to extend the `CountryInputProps`. Also fixed some types to be optional, as the component requires. * Fix stories and props for `CountryInput` (https://github.com/woocommerce/woocommerce-blocks/pull/5252) |
||
---|---|---|
plugins/woocommerce-blocks |