From c7323c541d8ee8035bc8bcc73ab5d3cdff2cc7b1 Mon Sep 17 00:00:00 2001 From: Sverre Johansen Date: Sat, 7 Feb 2015 21:59:26 +0100 Subject: [PATCH] Removed componentDidUnmount This method does not exist. At this point in time the component is deleted, so you have to use componentWillUnmount instead. --- react.md | 1 - 1 file changed, 1 deletion(-) diff --git a/react.md b/react.md index a69a61d34..c42a7d5ab 100644 --- a/react.md +++ b/react.md @@ -48,7 +48,6 @@ layout: default componentDidMount componentDidUpdate - componentDidUnmount ### Initial states