### Version Number 7.54.2+ ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/react-hook-form-usefieldarray-rules-iyejbp ### Steps to reproduce 1. Append inputs 2. Remove last inputs 3. First input don't have methods in ref (in control._fields..._f.ref) ### Expected behaviour _f.ref have focus, select methods ``` { "_f": { "ref": { focus() select() ... }, "name": "test.0.lastName", "mount": true, "value": "Luo" } } ``` ### What browsers are you seeing the problem on? _No response_ ### Relevant log output ```shell { "_f": { "ref": { "name": "test.0.lastName" // lost methods (focus,select,...) }, "name": "test.0.lastName", "mount": true, "value": "Luo" } } ``` ### Code of Conduct - [x] I agree to follow this project's Code of Conduct