Files
react/src
Sebastian Markbage 9c25538e13 Fix resuming bug
If we abort work but have some completed, we can bail out if
the shouldComponentUpdate returns true. However, then we have
a tree that is low priority. When we bailout we currently use
the "current" tree in this case. I don't think this is right.
I'm not sure why I did that.

Similarly, when we complete we use the "current" props if we
didn't have pending props to do. However, we should be using
the memoized props of that tree if it is a pending work tree.

Added a unit test that covers these two cases.
2016-10-17 16:17:30 -04:00
..
2016-10-14 17:46:34 -04:00
2016-10-17 16:17:30 -04:00
2016-09-06 15:18:42 -07:00
2016-04-07 11:27:28 -07:00