devtools
devtools copied to clipboard
📋 DevTools to help debug forms.
Would be great if the devtools was more accessible. See for example the sad accessibility tree when I select the collapse button:  The toggle button, should have an `aria-label`...
**Description** Searching for nested properties name doesn't work **How To Reproduce** Steps to reproduce the behavior: CodeSandbox: https://codesandbox.io/s/runtime-sky-biu91?file=/src/App.js - Search for "person.0.firstName" or "firstName" - doesn't show any responses in...
 Field names are not displayed. Even though I'm using it normally. I'm using: TypeScript, Zod, `@hookform/devtools@^4.0.1` and `react-hook-form@^7.27.1`. ``` const methods = useForm({ ...options, resolver: schema && zodResolver(schema) });...
### Codesandbox link https://codesandbox.io/s/react-hook-form-v6-formstate-forked-4qlr7d?file=/src/index.jsx ### Reproduce 1. type some characters in input box 2. click reset button 3. type in input box 4. after above, you can see dirtyFields will...
I'm able to reproduce it with version 4.1.0 ``` Warning: validateDOMNesting(...): Whitespace text nodes cannot appear as a child of . Make sure you don't have any extra whitespace between...
With the `react-query` devtools I can pass in custom props to make adjustments to it. In particular, it's good to be able to pass a `className` or a custom `style`...
### Version Number 7.15.3 ### Codesandbox/Expo snack https://codesandbox.io/s/eloquent-breeze-gywwy?file=/src/Form.tsx ### Steps to reproduce Scenario 1 1. Enter any string in the first name field 2. Click on the reset button 3....
Hi. I love this devtools. Thanks for all contributors! Currently, this devtools UI are included application if`NODE_ENV` is NOT production. But, I think people who want to create an application...
most of the time my path has an ellipsis and i have no idea what it is... would be great to be able to drag the dev tools out to...
This would fix #62. This uses [re-resizable](https://github.com/bokuweb/re-resizable) to make the devtools resizable. It also refactors the Table styled component in styled.tsx to use CSS Grid instead of a native table,...