Docs showing v5/v6 #9631
Answered
by
Moshyfawn
LucidNinja
asked this question in
General
Docs showing v5/v6
#9631
-
I'm not sure if this is intentional, but react-hook-form.com shows the v5/v6 docs by default, and then when switching to v7, it goes to legacy.react-hook-form.com. Is this intentional? |
Beta Was this translation helpful? Give feedback.
Answered by
Moshyfawn
Dec 20, 2022
Replies: 1 comment 3 replies
-
If you mean the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
LucidNinja
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you mean the
5 / 6
link that's shown by default when you hit https://react-hook-form.com/, that's intended. You get v7 when you land on the main page. If you click5 / 6
, you get redirected to https://legacy.react-hook-form.com/ where you can switch between v5 and v6 (won't be reflected in the URL)