Skip to content
View stevoland's full-sized avatar

Block or report stevoland

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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: