mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
94011e98a6
When resetting the priority in the complete phase, check the priority of the update queue so that updates aren't dropped. Updates inside render, child cWRP, etc are no longer dropped. The next step is sort the queue by priority and only flush updates that match the current priority level.