Javascript – React-Redux – State value not correct
I have an issue with react-redux / react-toolkit. I have a state called todos. This state is correctly filled with 3 items as you can see here: This is the code of my todo slice: import { createSlice } from…