You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I was working on a login form.
I wired up the
Form
without adding the props to the form. I also wired up the wholeaction
function toparse
the formData.Without adding the props, the formData in the action is empty.
From the above I got the error that the email and password is required.
I think some error handling around the formData being empty and asking if the props were passed to the form for this case would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions