Files
react/src
Sebastian Markbage 3af73834d9 Remove currentlyUnmountingComponent
This was used for any invariant that was subsequently removed. It turns
out that this is completely unnecessary now. Any setState calls will
enqueue and update and the component added to the update queue. However,
since the pending fields are reset after componentWillUnmount, any update
will still be ignored.
2015-06-18 12:36:50 -07:00
..
2015-06-08 13:49:29 -07:00
2013-05-29 12:54:02 -07:00
2015-05-27 16:47:35 -07:00