mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Before the fix, the passive effect in the test is never executed. We were previously waiting until the next commit phase to run effects. Now, we run them before scheduling work.