I'm experiencing something very weird. If a change something in a reducer file, save it, and the HMR updates the content, then the app freezes. I am able to go through my menu links, the url is changing, but the content itself doesn't change. This is happening only when I change something in files related to redux, I guess the store gets a reset and something brakes.
I am posting this issue here because if I change <ConnectedRouter> to <BrowserRouter> the problem disappears. Did anyone encounter this problem?
Hi guys,
I'm experiencing something very weird. If a change something in a reducer file, save it, and the HMR updates the content, then the app freezes. I am able to go through my menu links, the url is changing, but the content itself doesn't change. This is happening only when I change something in files related to redux, I guess the store gets a reset and something brakes.
I am posting this issue here because if I change
<ConnectedRouter>
to<BrowserRouter>
the problem disappears. Did anyone encounter this problem?Thanks!