Open
Description
With React 0.13.x, you cannot access component._rootNodeID
nor component._mountDepth
and the object _reactInternalInstance
specifying those informations isn't available unless the component has been rendered.
As you request for informations before they are available, it would be an idea to depend on something else.