Redux is returning undefined reducers on web hosting
I have been facing an issue with my online store code I am building with react and redux.
In localhost sometimes redux reducers not working and sometimes they work and send the API based on the code.
In vercel or in my own web hosting, the code of redux is not working and it’s returning of undefined reducers, i have no idea if it’s something caused by thunk or combineReducers but same code I was using in past and it worked perfect.