fix: parallell routes needs a page.tsx in root not just in catchAll route
This commit is contained in:
@@ -63,12 +63,13 @@ export default function Select({
|
||||
*/
|
||||
UNSTABLE_portalContainer={divElement ?? undefined}
|
||||
>
|
||||
<ListBox className={styles.listBox}>
|
||||
<ListBox aria-label={name} className={styles.listBox}>
|
||||
{items.map((item) => (
|
||||
<ListBoxItem
|
||||
key={item}
|
||||
aria-label={String(item)}
|
||||
className={styles.listBoxItem}
|
||||
id={item}
|
||||
key={item}
|
||||
textValue={String(item)}
|
||||
>
|
||||
{item}
|
||||
|
||||
Reference in New Issue
Block a user