79218186

Date: 2024-11-23 15:30:26
Score: 2.5
Natty:
Report link

Good evening Getting an error? 'Option' is not defined

code :

  <Select>
       {categoris?.map((c)=>
       <Option  Key={c._id}  value={c.name} 
         label= {c.name}>{c.name} </Option>)}
  </Select>
Reasons:
  • Blacklisted phrase (1): Good evening
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: OFER D