<Form onSubmit={e => { e.preventDefault(); e.stopPropagation(); return handleSubmit(onSubmit)(e); }} >
#solution follow