mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
a77dd13ede
This flag was meant to avoid flushing discrete updates unnecessarily, if multiple discrete events were dispatched in response to the same platform event. But since we now flush all discrete events at the end of the task, in a microtask, it no longer has any effect.