You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error: No reducer provided for key "PostReducer" Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers. TypeError: Cannot read property 'map' of undefined
Thoughts about the problem?
The text was updated successfully, but these errors were encountered:
This is a really interesting implementation question. At first glance, nothing is jumping out at me as wrong from the code provided. Were any changes made to the PostReducer?
If you want to upload your changes to GitHub I could run them locally and see if I can get to the bottom of it. Thanks!
Hey Nick, I've tested your code with the implementation of index.js inside /reducers with:
And inside store.js:
I'm getting the following error:
No reducer provided for key "PostReducer" Store does not have a valid reducer. Make sure the argument passed to combineReducers is an object whose values are reducers. TypeError: Cannot read property 'map' of undefined
Thoughts about the problem?
The text was updated successfully, but these errors were encountered: