documentation icon indicating copy to clipboard operation
documentation copied to clipboard

Documentation is different given URL used to access it

Open mbaumanndev opened this issue 8 months ago • 1 comments

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.

mbaumanndev avatar Feb 19 '25 11:02 mbaumanndev