stevoland - Overview
🌴
On vacation
Pinned Loading
-
babel-plugin-react-hook-form-no-memo babel-plugin-react-hook-form-no-memo
1
[react-hook-form](https://github.com/react-hook-form/react-hook-form) (as of v7.53) may behave incorrectly when user code is compiled with [react-compiler](https://react.dev/learn/react-compiler).
2
3
This babel plugin can be applied before the compiler to opt-out all functions which reference `useForm` by inserting the `"use no memo"` directive.
4
5
Only supports using the named export:





