mirror of
https://github.com/facebook/react.git
synced 2026-02-26 00:55:04 +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.