Since today morning I am getting following error for mine reactjs web app.
Uncaught Error: You may not call store.getState()
while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.
It was working till yesterday but not sure whats happening? Help will be appreciable!