ShadCn select issue

So i am busy with the React18 beginner course.
I wanted to learn more about tailwind and shadCn so i implemented it into my games project.
Im already half way but the select option is giving me troubles. I used a select option for the sorting of the games but I c theres issues with the select map function.

Does anyone have a fix so far ?

Got it sorted in the end added a defaultValue and onValueChange

    defaultValue={sortOrders[0].value}
    onValueChange={onSelectSortOrder}