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