-
Notifications
You must be signed in to change notification settings - Fork 12k
HMR updates triggers full page reload when SSR is enabled #29372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jan 17, 2025
… enabled This commit resolves an issue where HMR would incorrectly trigger a full page reload when used with SSR. Closes angular#29372
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jan 17, 2025
… enabled This commit resolves an issue where HMR would incorrectly trigger a full page reload when used with SSR. Closes angular#29372
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jan 17, 2025
… enabled This commit resolves an issue where HMR would incorrectly trigger a full page reload when used with SSR. Closes angular#29372
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jan 17, 2025
… enabled This commit resolves an issue where HMR would incorrectly trigger a full page reload when used with SSR. Closes angular#29372
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Jan 17, 2025
… enabled This commit resolves an issue where HMR would incorrectly trigger a full page reload when used with SSR. Closes angular#29372
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Command
serve
Is this a regression?
The previous version in which this bug was not present was
In version 19.1.0-rc.0, updating a component's stylesheet did not trigger a full page reload, whereas updates to component templates always did.
Description
When SSR is enabled in
ng serve
, HMR updates are always followed by a full page reload.Minimal Reproduction
Next, update the template or stylesheet of a component. In the console, you will see both
Component update sent to client(s).
andPage reload sent to client(s).
being displayed.Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: