Preload settings affect stylesheet loading for current page #8238
Labels
bug
Something isn't working
low hanging fruit
ready to implement
please submit PRs for these issues!
Milestone
Describe the bug
With the following content in hooks.server.ts
after an
npm run build
andnpm run preview
, running the page shows needed stylesheets are not loaded into , causing FOUC.Adding a preload for css fixes it (or just not including any preload at all)
Reproduction
See code above - hopefully that's sufficient
Logs
No response
System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: