Javascript – How is my useDispatch hook set up incorrectly here?
I have just started learning Redux with React so I apologize if it is something as simple as syntax. This project prompts me to use a variety of react-redux functions. I have my slice below: /** @type {{balance: number, history:…