unmountComponentAtNode top-level property

Function unmountComponentAtNode
getter/setter pair

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 returns true.

Implementation

Function unmountComponentAtNode = validateJsApiThenReturn(() => ReactDom.unmountComponentAtNode);