Next js Form weird behavior

I am building a form where when i click on submit, the data does get updated but the ui starts to update every second, like an infinite loop

I am using server actions with the new useFormState and useFormStatus
Was this page helpful?