react/src/renderers
Andrew Clark d3aeca1ff8 Validate callbacks just before they are invoked
This delays the type check until the point when the engine will have to
perform a type check regardless.

Because the error is now thrown during the commit phase rather than
when the callback is originally scheduled, we warn in DEV when
scheduling so it's easier to track down.
2017-02-13 12:12:44 -08:00
..
__tests__ Validate callbacks just before they are invoked 2017-02-13 12:12:44 -08:00
art Polyfill requestIdleCallback when native is not available (#8833) 2017-01-21 10:27:46 -08:00
dom Validate callbacks just before they are invoked 2017-02-13 12:12:44 -08:00
native Move React Native Environment Mocks to root (#8963) 2017-02-09 16:02:09 +00:00
noop Only expose FiberRoot at the top level instead of a Fiber (#8934) 2017-02-06 13:19:33 -08:00
shared Validate callbacks just before they are invoked 2017-02-13 12:12:44 -08:00
testing Add toTree() method to stack and fiber TestRenderer (#8931) 2017-02-09 20:55:00 +00:00