devtools
devtools copied to clipboard
π DevTools to help debug forms.
Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.5.9. Release notes Sourced from ws's releases. 7.5.9 Bug fixes Backported bc8bd34e to the 7.x release line (0435e6e1). 7.5.8 Bug fixes Backported 0fdcc0af to the...
I'll try to merge the [extension](https://github.com/react-hook-form/devtools-extension) repo into this repo. And turn it into monorepo. ## Draft  ## Tasks ### Packages - [ ] Core - [ ] Component...
My app uses [Mantine](https://v5.mantine.dev/) component library, which uses Emotion under the hood. But it seems React Hook Form DevTools also uses Emotion, but a different version. When I add DevTools...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
instead of using nextJS maybe we can use vite with SSR, keep this repo simple, in fact, if this mismatch is resolved we probably don't have to worry about it...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@βChALkeR). Fix boolean schemas with strictKeywords...
Hi, Love RHF and I was happy to discover the existence of this DevTool! Would it be possible to add an `initlaIsOpen` prop to have the devtools closed on startup...
It would be nice to have an option to display DevTool also in Production env. For inspiration nice workaround was introduced by ReactQuery here: https://github.com/TanStack/query/discussions/3296 . Would it be possible...
The peerDependencies for react in `@hookform/devtools` do not match `react-hook-form`. node version = v16.15.1 npm version = v8.11.0 We are using react v16 and we can install `react-hook-form` but with...