Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(useCustomCompareMemo): Correctly infer factory function return type #976

Merged
merged 1 commit into from Oct 22, 2022

Commits on Oct 22, 2022

  1. fix(useCustomCompareMemo): Correctly infer the type of the value retu…

    …rned by the factory function
    
    Change the return type to the type returned by the factory function instead of unknown. This makes
    the hook work the same way as useMemo.
    
    fix react-hookz#975
    ArttuOll committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    99a7c9e View commit details
    Browse the repository at this point in the history