This was a warning and is triggered since the email input is initially rendered with a null email value (un-controlled) and again once an email is fetched to the db (controlled).
I updated the code so that the email input is only rendered when there is an email
This was a warning and is triggered since the email input is initially rendered with a null email value (un-controlled) and again once an email is fetched to the db (controlled).
I updated the code so that the email input is only rendered when there is an email