Reactjs – React Component keeps changing from controlled to uncontrolled even though nothing is undefined and I am using state
I keep getting a warning and an error as I am trying to make a basic dropdown using React MUI. I understand that the value cannot be undefined so I initialize state with a dummy object based on other questions…