mirror of
https://github.com/facebook/react.git
synced 2026-02-25 23:25:21 +00:00
Reverses the effect of batchedUpdates by resetting the current batching context. Does not affect nested updates, which are always deferred regardless of whether they are inside a batch.