devtools icon indicating copy to clipboard operation
devtools copied to clipboard

📋 DevTools to help debug forms.

Results 52 devtools issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

I have a monorepo with yarn workspaces. In the first package I use this library. The second one is a react native expo project that refuses to work, until I...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...

dependencies

### Version Number 7.51.3 ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/nervous-nova-mjw92s?file=%2Fsrc%2FApp.tsx ### Steps to reproduce 1. Go to Sandbox 2. See console ### Expected behaviour This warning is not present on 7.51.0 but...

Chore Upgraded react version 18.2.0

### Version Number 7.51.1 ### Codesandbox/Expo snack https://codesandbox.io/p/sandbox/young-dust-9752gj?file=%2Fsrc%2FApp.js ### Steps to reproduce 1. Go to Code Sandbox 2. Open up Dev Tools console 3. Click on 'Add Project' button ###...

So many packages has no update version? Is Devtools deprecated or move to other project?

Hello, I see that https://github.com/react-hook-form/devtools/actions/runs/9785909716 failed. Would it be possible to deploy the latest version? As I'm still getting this warning in nextjs projects: ``` Warning: Styled(button): Support for defaultProps...

Hi, Stupid question maybe but what happens with the DevTools component that I have in my forms when I deploy to production? I have "@hookform/devtools": "^4.3.1", in my devDependencies in...