Reactjs – when i use onSubmit in the form then the whole ui disappear
my coding is working fine but when i use onSubmit in the form as attribute then the whole ui disappear and nothing is showing on the ui why what is the solution please <form onSubmit={handleSubmit}> // what is the problem…