unmountComponentAtNode static method

bool unmountComponentAtNode(
  1. Element element
)

Implementation

static bool unmountComponentAtNode(Element element) => ReactDOM.unmountComponentAtNode(element);