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
This is a weird issue: my code gets injected in the wrong place, at the end of <body> instead of the end of <head>.
This also happens with just having code in a plain HTML file and using the static-html package so it might not be directly related to inject-initial. But I thought maybe you'd have an idea of what's going on?
The text was updated successfully, but these errors were encountered:
I'm seeing this plus another issue (using static-html):
The loader is placed in my body and it takes all of my initial head (from client/main.html) and moves it to my body as well. So a couple things don't work anymore, like my favicon.
This is a weird issue: my code gets injected in the wrong place, at the end of
<body>
instead of the end of<head>
.This also happens with just having code in a plain HTML file and using the
static-html
package so it might not be directly related to inject-initial. But I thought maybe you'd have an idea of what's going on?The text was updated successfully, but these errors were encountered: