I read the source code and find the comment of componentDidMount method.
Invoked when the component has been mounted and has a DOM representation.
However, there is no guarantee that the DOM node is in the document.
what's the meaning of there is no guarantee that the DOM node is in the document.?