You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation website is not the same given how you access it.
If you go to https://react-hook-form.com/, the API url in the menu is https://react-hook-form.com/docs, and this page lists the beta createFormControl API.
If you go on https://www.react-hook-form.com/, there's a link to legacy docs for v5/v6, and the API link in the header points to https://www.react-hook-form.com/api/, which does not shows the createFormControl API.