I have the following React component:
class Form extends React.Component { handleSubmit(e) { e.preventDefault();
For me, it was because the form didn't have an action property set.
action
Add Login