From 65fc5a010f42ac8ac638bbe87ff6fe294a176d10 Mon Sep 17 00:00:00 2001 From: Abhisek Date: Thu, 22 Apr 2021 13:59:37 +0530 Subject: [PATCH] Update 08_states.md Extra line of code on line 205 'const count = this.state.count' was removed --- 08_Day_States/08_states.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/08_Day_States/08_states.md b/08_Day_States/08_states.md index cc40a01..3e3b00c 100644 --- a/08_Day_States/08_states.md +++ b/08_Day_States/08_states.md @@ -201,8 +201,6 @@ class App extends React.Component { } render() { - // accessing the state value - const count = this.state.count return (

30 Days Of React