We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm able to use the devtools inside the UI, but when trying the extension I always get:
Oops.. No React Hook Form here!
(even when I reload the page)
Your documentation says the DOM UI should not show up since there is the extension, but it's not hmmmm.
And when clicking the extension icon I get:
Whereas the devtools works in the UI... what does "debug mode" means? It's on setting <DevTool control={control} />, no?
<DevTool control={control} />
Thank you,
The text was updated successfully, but these errors were encountered:
Could you show me your code and the versions of react-hook-form and @hookform/devtools?
react-hook-form
@hookform/devtools
Sorry, something went wrong.
Having the same issue, running in storybook. In-app UI shows up as before but extension shows the exact same issue as this user
I'm having the same issue here! :(
Same issue
No branches or pull requests
Hi,
I'm able to use the devtools inside the UI, but when trying the extension I always get:
(even when I reload the page)
Your documentation says the DOM UI should not show up since there is the extension, but it's not hmmmm.
And when clicking the extension icon I get:
Whereas the devtools works in the UI... what does "debug mode" means? It's on setting
<DevTool control={control} />
, no?Thank you,
The text was updated successfully, but these errors were encountered: