mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
46491dce96
* Failing test: Class callback fired multiple times Happens during a rebase (low priority update followed by high priority update). The high priority callback gets fired twice. * Prevent setState callback firing during rebase Before enqueueing the effect, adds a guard to check if the update was already committed.