unmountComponentAtNode top-level property
Removes a mounted React component from the DOM and cleans up its event handlers and state.
Returns
falseif no component was mounted in the container specified via render, otherwise returnstrue.
Implementation
Function unmountComponentAtNode = validateJsApiThenReturn(() => ReactDom.unmountComponentAtNode);