mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7548dd573e
Previously this flag was not being reset correctly if a concurrent update followed a nested (sync) update. This PR fixes the behavior and adds a regression test.