-
Notifications
You must be signed in to change notification settings - Fork 433
Server side rendering: incorrect generated HTML #27
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
Hey David, thanks for creating the issue! Yes for now, on the Universal end, we require the entire For now it won't affect anything as those elements are basically ignored by the browser due to the previous ones, but I do understand that it's ugly! No worries, everything will still work as intended :) I'll keep you in the loop for when we update this, and this is patched! |
Fixed now, forgot I had fixed this a while back in Universal! @DavidRouyer |
Thanks a lot! And perhaps you can do something like:
instead of:
(Or by putting the attributes on the body tag) |
Interesting, really. |
Your server side logic in "bootstrap-server.ts" is rendering a full HTML document inside your Razor template. If your disable Javascript inside your browser and you render the page, you're ending up with something like this:
The text was updated successfully, but these errors were encountered: