Reactjs – Getting error setValue is not a function when passing it as a prop in react
I am trying to update the value of a few useState() variables from input given in the child of a child component but keep getting an error when it is called stating that the setItem() or setValue() function from the…