componentDidMount中使用ReactDOM.render返回null

#1

在componentDidMount直接调用ReactDOM.render生成组件外的元素,没有返回实例,返回值为null,
但是使用定时器延迟调用后可以返回实例
请问是为什么?