mirror of
https://github.com/facebook/react.git
synced 2026-02-24 12:43:00 +00:00
`Scheduler.unstable_flushAll` in existing tests doesn't work with microtask. This PR converts most of the remaining `Scheduler.unstable_flushAll()` calls to using internal test utilities to unblock refactoring `ensureRootIsScheduled` with scheduling a microtask.
react-interactions
This package is experimental. It is intended for use with the experimental React flags for internal testing.