Report about React task

I’ve found a bug in learn-> Front End Libraries Certification->React-> Set State with this.setState

https://www.freecodecamp.org/learn/front-end-libraries/react/set-state-with-this.setstate

The task asks user to use this.setState(), but if you’ll change state like this:

this.state.name = "React Rocks!"

, task is gonna let you go further, like it’s the right solution. I’m not sure if it’s a bug or a feature or some king of easter egg, but i wanted to report this

Thank you for helping make FCC better. Bugs can be reported as GitHub Issues. Whenever reporting a bug, please check first that there isn’t already an issue for it and provide as much detail as possible.