mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
* Remove 'warning' module from the JS scheduler **what is the change?:** See title **why make this change?:** Internally the 'warning' module has some dependencies which we want to avoid pulling in during the very early stages of initial pageload. It is creating a cyclical dependency. And we wanted to remove this dependency anyway, because this module should be kept small and decoupled. **test plan:** - Tested the exact same change internally in Facebook.com - Ran unit tests - Tried out the fixture **issue:** Internal task T31831021 * check for console existence before calling console.error * Move DEV check into separate block
React Scheduler
This is a work in progress - we are building a utility to better coordinate React and other JavaScript work.