supasate / connected-react-router

A Redux binding for React Router v4
MIT License
4.73k stars 592 forks source link

redux devtool doesn't show the actions when I import configureStore function from a component. #393

Open manhquan2893 opened 4 years ago

manhquan2893 commented 4 years ago

Solution: export default store instead of export default configureStore

agriffis commented 4 years ago

This sounds like you're having trouble with redux and/or redux-devtools. How is it related to connected-react-router?

davidtranjs commented 3 years ago

Please close if you found solution for this issue