react/src/renderers/shared/fiber
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__ Don't swap the trees until after the first pass of the commit phase, 2017-01-31 14:39:52 -08:00
isomorphic Simplify coroutines by making yields stateless 2017-01-25 15:41:47 -08:00
ReactChildFiber.js Use `T | null` instead of `?T` types 2017-02-10 17:30:09 -08:00
ReactDebugCurrentFiber.js Use `T | null` instead of `?T` types 2017-02-10 17:30:09 -08:00
ReactFiber.js Use `T | null` instead of `?T` types 2017-02-10 17:30:09 -08:00
ReactFiberBeginWork.js Use `T | null` instead of `?T` types 2017-02-10 17:30:09 -08:00
ReactFiberClassComponent.js Validate callbacks just before they are invoked 2017-02-13 12:12:44 -08:00
ReactFiberCommitWork.js Use `T | null` instead of `?T` types 2017-02-10 17:30:09 -08:00
ReactFiberCompleteWork.js Use `T | null` instead of `?T` types 2017-02-10 17:30:09 -08:00
ReactFiberContext.js Use `T | null` instead of `?T` types 2017-02-10 17:30:09 -08:00
ReactFiberDevToolsHook.js Don't crash Fiber with old devtools (#8900) 2017-01-31 13:06:53 +00:00
ReactFiberErrorLogger.js Tweaked captured error log slightly based on feedback (#8785) 2017-01-17 14:32:06 -08:00
ReactFiberHostContext.js Use `T | null` instead of `?T` types 2017-02-10 17:30:09 -08:00
ReactFiberInstrumentation.js Add Fiber Debugger (#8033) 2016-10-25 08:36:37 +01:00
ReactFiberReconciler.js Validate callbacks just before they are invoked 2017-02-13 12:12:44 -08:00
ReactFiberRoot.js Use `T | null` instead of `?T` types 2017-02-10 17:30:09 -08:00
ReactFiberScheduler.js Use `T | null` instead of `?T` types 2017-02-10 17:30:09 -08:00
ReactFiberStack.js Improved Flowtypes in response to code review feedback 2016-12-21 17:32:53 -08:00
ReactFiberTreeReflection.js Add invariant 2017-01-31 11:35:10 -08:00
ReactFiberUpdateQueue.js Validate callbacks just before they are invoked 2017-02-13 12:12:44 -08:00
ReactPriorityLevel.js [Fiber] "Task" priority for error boundaries and batched updates (#8193) 2016-11-04 19:40:50 +00:00
ReactTypeOfSideEffect.js Update refs even if shouldComponentUpdate returns false 2017-01-04 12:05:25 -08:00