Why aren't my states updating on React when using setState? – Javascript
I am trying to make a simple to-do list on React. I do not use hooks as I haven't learned how to use them yet. The problem is the states for the fields of the to-do list aren't updating. I…