Home

facebook/react

Status:Indexed
Analyzed 3d ago240K+ starsJavaScript

The library for web and native user interfaces.

Back to Pull Requests
#34471Closed
Moderate Review

[compiler] Auto-fix for non-exhaustive deps

by josephsavonaSep 11, 2025
View on GitHub

Summary

This PR enhances the React compiler by storing more information about manually provided dependencies in memoization hooks. This allows the exhaustive dependencies checker to provide more accurate suggestions for fixing missing dependencies in `useEffect`, `useCallback`, and `useMemo`.

Changes

+107 additions-80 deletions

Impact Areas

CompilerLinting/ValidationHooks