Problemunvalidated
I'm using Redux-Toolkit and trying to delete a product from my cart (Bag) but it's not working. Outcome: If using the Array.prototype.splice method works then it would seem you are dispatching the `removeBook` and passing an index as the payload value.
acfc9523-7cbf-4e2c-b6a9-4da76b43ab26
I'm using Redux-Toolkit and trying to delete a product from my cart (Bag) but it's not working. Outcome: If using the Array.prototype.splice method works then it would seem you are dispatching the removeBook and passing an index as the payload value.