(e)
| 24 | }, [userInfo]); |
| 25 | |
| 26 | const submitHandler = (e) => { |
| 27 | e.preventDefault(); |
| 28 | dispatch(register(name, email, password)); |
| 29 | } |
| 30 | return <div className="form"> |
| 31 | <form onSubmit={submitHandler} > |
| 32 | <ul className="form-container"> |
nothing calls this directly
no test coverage detected