You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
Hi, I Just follow in Login.Page but i'm not using Formik, i'm using react-hook-form, i'm trying testing with
reproduce
but in react-hook-form we must register every input with ref tag with
{...register("test")}
if i'm using
it's woking, can somebody give some trick? or i just use reactstrap ?
The text was updated successfully, but these errors were encountered: