### Version Number latest ### Codesandbox/Expo snack N/A - https://react-hook-form.com/docs/useformstate ### Steps to reproduce 1. Go to https://react-hook-form.com/docs/useformstate 2. Scroll down to `validatingFields` 3. Observe the documentation says "boolean" The formState.validatingFields is not a boolean, it's an object:  ### Expected behaviour The documentation for `validatingFields` should state the field is an object, with each field name having a boolean value. e.g. for field X, `validatingFields.X` would be true or undefined. ### What browsers are you seeing the problem on? _No response_ ### Relevant log output ```shell ``` ### Code of Conduct - [x] I agree to follow this project's Code of Conduct