79341706

Date: 2025-01-09 07:34:28
Score: 1
Natty:
Report link

Easier would be to:

<Select
    value={type || ""} // <-- Add the "" here instead
    onValueChange={onValueChange}
>
<SelectTrigger placeholder="Placeholder..."/>
<SelectContent>
{...rest}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Smooth1884