mirror of
https://github.com/facebook/react.git
synced 2026-02-26 03:04:59 +00:00
Not returning the value of flushPassiveEffects() in flushWork() meant that with async act, we wouldn't flush all work with cascading effects. This PR fixes that oversight, and adds some tests to catch this in the future.