Reputation: 8972
Just added Redux to my app and it's saying it cant find my store. Is this a bug in React? I've worked with Vue2 and Angular2, but I'm a total noob when it comes to all things React.
Here's a screenshot of my structure and main js file...
Upvotes: 0
Views: 440
Reputation: 695
Your reference is configStore
, your file name is configureStore.js
. Change them to match each other.
Upvotes: 1