fix: parallell routes needs a page.tsx in root not just in catchAll route
This commit is contained in:
@@ -91,9 +91,10 @@ export default function CountrySelect({
|
||||
*/
|
||||
UNSTABLE_portalContainer={divElement ?? undefined}
|
||||
>
|
||||
<ListBox>
|
||||
<ListBox aria-label="Country of residence">
|
||||
{countries.map((country, idx) => (
|
||||
<ListBoxItem
|
||||
aria-label={country.name}
|
||||
className={styles.listBoxItem}
|
||||
id={country.name}
|
||||
key={`${country.code}-${idx}`}
|
||||
|
||||
Reference in New Issue
Block a user