From 3e4ddb2e71f3bb8b7adc447c9cb54992050e5532 Mon Sep 17 00:00:00 2001 From: Braulio Diez Botella Date: Tue, 19 Feb 2019 08:19:59 +0100 Subject: [PATCH] removed old text --- hooks/03_State/Readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/hooks/03_State/Readme.md b/hooks/03_State/Readme.md index f6cb139..79ca23e 100644 --- a/hooks/03_State/Readme.md +++ b/hooks/03_State/Readme.md @@ -154,8 +154,6 @@ export const App = () => { }; ``` -Side note: mind the use of the fat arrow function. This avoids losing the context for _this_ in the callback. - - Finally let's test everything works once more. ```