Files
react/src
Sebastian Markbage 68abbacc39 Expose the rendered children before they're actually mounted
Exposing the _renderedChildren property before all the children are fully
mounted. This allows us to debug a partially mounted tree when the debugger
has a breakpoint in the one of the mounting children.

This only has a functional difference in the case where mounting throws. This
will end up not mounting the component anyway. Any remounting shouldn't be
affected by this change.
2013-10-07 15:02:27 -07:00
..
2013-10-01 16:32:06 -07:00
2013-09-19 14:30:21 -07:00
2013-09-17 16:04:44 -07:00
2013-09-09 17:01:06 -07:00
2013-05-29 12:54:02 -07:00