79163130

Date: 2024-11-06 14:58:27
Score: 2.5
Natty:
Report link

You failed to pass the event object to your handleSelect function. Example: onChange={(event)=>{handleSelect(event)} then at your function: handleSelect (event){ setUserName(event.target.value) }

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: David Johnson