Trying to set a state variable outside the component function
Trying to Set State Outside a React Component A common React mistake is attempting to modify state variables outside their component function. This violates React’s fundamental principles and will not….