devtools
devtools copied to clipboard
📋 DevTools to help debug forms.
Results
52
devtools issues
Sort by
recently updated
recently updated
newest added
``` "@hookform/devtools": "^4.4.0" "react-hook-form": "^7.58.0" "@hookform/resolvers": "^5.1.1" ``` ## Problem Currently the typing for `DevTool` is ```typescript export declare const DevTool: (props?: ({ id?: string | undefined; control?: Control |...
## Summary - Extended the generic type parameters for the DevTool component to properly support typed Input/Output interfaces for form validators. - Enables proper type inference when using the DevTool...