Closed yavorsk closed 1 month ago
@yavorsk Is there a way to run Angular in full SPA mode, without server-side rendering? If yes, the fix might not work with it
hey @stasmaxymov , yea I was also thinking about this. In editing mode we always have SSR and since we are rendering these scripts for editing mode only anyway I guess it should be fine
Description / Motivation
This PR fixes issue where editing scripts are rendered twice (for server and client) in pages edit mode metadata - by rendering the scripts only on the server.
Testing Details
Types of changes