Closed isaaclem closed 5 years ago
My bad, the problem is with the import statement at App.js
Wrong
import { store, persistor } from './configureStore'
Correct
import Store from './configureStore';
<Provider store={Store().store}>
...
same but not solved yet
https://stackoverflow.com/a/51519967/5069866 this is how to solve it
App.js
configureStore.js
Nearly didn't change anything from documentation but when I reload the app, I'm hitting