### Version Number 7.45.0 ### Codesandbox/Expo snack https://codesandbox.io/s/flamboyant-nash-t4ljj6?file=/src/App.js ### Steps to reproduce 1. Open link 2. Click on submit 3. Notice that the field is not valid because it is required and therefore is focused. Though, the list of errors (available in console) is empty. ### Expected behaviour Imagine a complex multi step form in which the required field is in a previous step and therefore not visible and not focusable. Without the list of errors, it is not possible to determine on which step the validation error occurred. Is the only solution to call `trigger()` to get the list of errors before and only then submit the form? ### What browsers are you seeing the problem on? Chrome ### Relevant log output _No response_ ### Code of Conduct - [x] I agree to follow this project's Code of Conduct