Javascript – Redux initial state is has values, but it shows null in redux dev-tool. Why?
I've been getting this error where I have set the initialState of redux with a value, but while debugging it shows its value is null. I'm using Redux Dev-tools to check the values. And also while adding data inside the…