Files
react/packages/react-scheduler
Flarnie Marchan 0154a79fed Remove 'warning' module from the JS scheduler (#13264)
* 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
2018-07-25 08:58:18 -07:00
..
2018-04-19 09:29:08 -07:00
2018-04-19 09:29:08 -07:00
2018-06-19 16:03:45 +01:00
2018-04-19 09:29:08 -07:00

React Scheduler

This is a work in progress - we are building a utility to better coordinate React and other JavaScript work.