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. ```