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

componentWillUpdate()

componentWillUnmount()

componentWillMount()

componentDidMount()

1 Answer

0 votes
by
componentWillUnmount()
...