### Version Number 3.10.0 ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/jovial-violet-ln78wl ### Steps to reproduce 1. Enter a valid name and email 2. Submit the form. It should display "String must contain at least 1 character(s)" in the gender input field (OK, that's what I expected) 3. Erase the email input 4. Submit again 5. It show "Expected string, received null" in the gender input field (Bad, I didn't expect to receive that) Also, the watch log changed to null https://github.com/user-attachments/assets/cf9f8064-f525-4820-b80f-eac559c3d58b ### Expected behaviour I expect that the values in my fields won't change after submitting. ### What browsers are you seeing the problem on? Chrome ### Relevant log output ```shell ``` ### Code of Conduct - [x] I agree to follow this project's Code of Conduct