react-hook-form / devtools-extension

📋 Chrome extension devtools to help debug forms.
https://chrome.google.com/webstore/detail/react-hook-form-developer/cangfmbpembbepmmechnanpmddndpaji
MIT License
27 stars 2 forks source link

Is the extension still working? #15

Open sneko opened 1 year ago

sneko commented 1 year ago

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)

image

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:

image

Whereas the devtools works in the UI... what does "debug mode" means? It's on setting <DevTool control={control} />, no?

Thank you,

jsun969 commented 1 year ago

Could you show me your code and the versions of react-hook-form and @hookform/devtools?

riotrah commented 1 year ago

Having the same issue, running in storybook. In-app UI shows up as before but extension shows the exact same issue as this user

azsidaniel commented 9 months ago

I'm having the same issue here! :(

johanndms commented 8 months ago

Same issue