You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.
Repro:
Expected: HMR reloads; Counter increments by
2
Actual: HMR appears to reload, but Counter continues with original logic, incrementing by
1
.[HMR] bundle rebuilding
client.js?207a:207 [HMR] bundle rebuilt in 426ms
process-update.js:27 [HMR] Checking for updates on the server...
process-update.js:100 [HMR] Updated modules:
process-update.js:102 [HMR] - ./src/routes/Counter/modules/counter.js
process-update.js:102 [HMR] - ./src/routes/Counter/containers/CounterContainer.js
process-update.js:102 [HMR] - ./src/routes/Counter/index.js
process-update.js:102 [HMR] - ./src/routes/index.js
process-update.js:107 [HMR] App is up to date.
Counter.js
.The text was updated successfully, but these errors were encountered: