0 votes
in ReactJS by
Which method is called when a component is being removed from the DOM?

componentWillUnmount()

componentWillUpdate()

componentDidMount()

componentWillMount()

1 Answer

0 votes
by
componentWillUnmount()
...