mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
576542d0cf
Instead of scheduling individual callbacks to asap, we schedule one and then do all the work in that one. I'm doing this for architectural refactoring reasons. Nevertheless, I'm adding a contrived unit test that this fixes. :)