Question: I was following the TS usage docs and now I’m trying to clear an array using Redux Toolkit but my turnOffAll(state) reducer causes thousands of rerenders (console log outputs) and an error about it in the browser. I have ...
Question: I was following the TS usage docs and now I’m trying to clear an array using Redux Toolkit but my turnOffAll(state) reducer causes thousands of rerenders (console log outputs) and an error about it in the browser. I have ...