It was working before and now it isn’t. It’s pretty weird because everything seems fine — it’s enabled, configured, and everything looks okay. The warning appears in the console, but when I change something it says “Component update sent to clients” and nothing happens in the browser. It doesn’t even reload the page — it just does nothing until I reload manually, and then I can see the change, but I’m losing the state. I really don’t want to rebuild everything or reload manually. Does anyone know what’s going on or has experienced similar issues?
#HMR does not work
11 messages · Page 1 of 1 (latest)
Often when this happens to me I just rm -rf .angular cache
I did that and it didn't work
What version of angular/core are you on?
20
It stopped working for me when I switched to SSR/SSG
I was too lazy to try and fix it so just reloaded manually everytime
More gamified lol
HMR is definitely still a bit bugged, even more so with ssr.
for me it doesn't happen often enough to be annoying though
I think HMR and SSR are incompatible due to their rendering model
I tried with CSR, nothing happens