mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a3f808d7c8
TransferState is only written into the DOM once during SSR and is not kept in sync with the runtime state on the client. Pressing the refresh button always re-reads the initial serialized script tag, which never changes after bootstrap. PR Close #63592