-
Notifications
You must be signed in to change notification settings - Fork 97
Hot Reloading regression #195
Comments
I found that the issue is caused by us upgrading to React 15+ and using react-hot-loader 1.x. We need to upgrade to the 3.x version (currently beta). Here's a link to a migration. |
It has been annoying me for a while that the hot reloading does not work. It would So i would like to have a go at this! |
I think it is better to wait until webpack 3 changes in PR#505 are landed and then fix HMR. As some API have changed drastically between wepack versions. |
I'll try again if I can get this running :) |
/claim |
@aklt would love to collab on this. msg me on slack or twitter if your up for it :) |
Transferring issue from the debugger over thanks @irfanhudda for opening the original!
Running
yarn start
with"hotReloading": true
gives errorAfter setting
"hotReloading": false
it gives no errors.The text was updated successfully, but these errors were encountered: