mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
84558c61ba
Removes the `Update` flag when scheduling a passive effect for `useEffect`. The `Passive` flag alone is sufficient. This doesn't affect any behavior, but does optimize the performance of the commit phase.