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
fix(@angular/build): ensure ɵgetOrCreateAngularServerApp is always defined after errors
Addresses an issue where could become `ɵgetOrCreateAngularServerApp`
undefined after an error, leading to subsequent rendering failures.
This change modifies the HMR process to include a timestamp when loading. This ensures the server application is always re-evaluated, preventing stale application states.
0 commit comments