Skip to content

Conversation

@RishavRaj20
Copy link

The main issue in the provided code is a typo in the constructor where the state is initialized. The state is initialized using 'this.st4te', but it should be 'this.state'.

Replace 'this.st4te' with 'this.state' in the constructor, and it should resolve the issue

The main issue in the provided code is a typo in the constructor where the state is initialized. The state is initialized using 'this.st4te', but it should be 'this.state'. 

Replace 'this.st4te' with 'this.state' in the constructor, and it should resolve the issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant