+ {[...IsoToCountryMap.values()].map(({ iso, name }) => {
+ const Flag = getCountryFlag(iso);
+ return (
+
+
+ {iso.toUpperCase()}
+
+ );
+ })}
+
+ );
+}
+
export function Override() {
return (
// Overrides are elements, not render functions: Mosaic injects its sizing className and