erikras / erikras/react-redux-universal-hot-example
Middleware not hot updated
Open
- Dominant language
- JavaScript
- Stars
- 12.1k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
Why if I change a middleware it is not hot updated ?
```
[HMR] The following modules couldn't be hot updated: (Full reload needed)
process-update.js:64 [HMR] - ./src/redux/middleware/authMiddleware.js
process-update.js:102 [HMR] Reloading page
```
I've changed the code like in this example https://github.com/rackt/react-redux/releases/tag/v2.0.0 but it doesn't work.
Contributor guide
Assessment
This issue has not been assessed yet.