--- const { cities = [] } = Astro.props; const sorted = cities.sort((a: string, b: any) => a.localeCompare(b, "pl")); ---