react-redux-universal-hot-example
react-redux-universal-hot-example copied to clipboard
Middleware not hot updated
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.
Well it's not supposed to, is it? Only reducers hot reload
Are here any updates regarding HMR of middlewares?