mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
048ee4c0cd
* Add failing hard-coded fuzz test Caught in CI by the fuzz tester. Related to expired updates. * Use `act` in fuzz tester to flush expired work Expired work gets scheduled in a microtask now, so we need to use `act` to flush it.