erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
12k stars 2.5k forks source link

Middleware not hot updated #644

Open manuelmazzuola opened 8 years ago

manuelmazzuola commented 8 years ago

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.

catamphetamine commented 8 years ago

Well it's not supposed to, is it? Only reducers hot reload

adorum commented 7 years ago

Are here any updates regarding HMR of middlewares?