I have the following React component:
class Form extends React.Component { handleSubmit(e) { e.preventDefault();
You need to use button or input with type="submit"
button
input
type="submit"
Submit
Or