React Form Not Submitting on onSubmit, But Works with onClick
I am trying to submit a login form in my React application. I have attached the loginUser
function to the form’s onSubmit
event. However, when I press the login button, nothing happens, and no errors are shown in the console.