-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
As mentioned in sveltejs/svelte#15496
We were using inlineStyleThreshold to inline css before migration from svelte 4 to svelte 5. With this migration, we also updated sveltekit from 2.15.2 to the latest version.
This broke inline css for the cases where components are dynamically imported.
Came across this PR #13068
where we are filtering out dynamic imported stylesheets. But the case where components are dynamically imported during SSR, it should be considered to be inlined.
Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-ethyrdbh
Logs
NASystem Info
NASeverity
annoyance
Additional Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working