Infinite loop issue for my form using nextjs
this is my component. i don’t know why the moment i reload the page it’ll always give me infinite loop issue. it’ll throw the error the moment i go the page. i can’t even fill in anything inside the form field.
Im using nextjs and i am getting Infinite loop issue for my form. what can i do to fix this kind of issue?
So basically this is my component. i don’t know why the moment i reload the page it’ll always give me infinite loop issue. it’ll throw the error the moment i go the page. i can’t even fill in anything inside the form field. kindly help me with this.