Removed componentDidUnmount

This method does not exist. At this point in time the component is deleted, so you have to use componentWillUnmount instead.
This commit is contained in:
Sverre Johansen 2015-02-07 21:59:26 +01:00
parent fca8924f2f
commit c7323c541d
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ layout: default
componentDidMount componentDidMount
componentDidUpdate componentDidUpdate
componentDidUnmount
### Initial states ### Initial states