codemod icon indicating copy to clipboard operation
codemod copied to clipboard

Migrate React Hook Form V6 to V7 made simple.

Results 4 codemod issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I am migrating from react hook form v6 to v7 and need to migrate the controller render prop implementation which...

Hi, thanks for such a good library and ability to migrate to new version with a codemod. I want to suggest you a couple 🐊[**Putout**](https://github.com/coderaiser/putout)-based codemods built to make migration...

**Describe the bug** A clear and concise description of what the bug is. The `npx @hookform/codemod v7/update-register` does not update material UI textfield with ` ` Only works for `-...

**Describe the solution you'd like** replace such lines: ```tsx import { useTypedController } from '@hookform/strictly-typed'; ... const TypedController = useTypedController({ control }); ... ... ``` with ```tsx import { Controller...