-
Notifications
You must be signed in to change notification settings - Fork 408
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The component imported using lazy(() => import("Component")) does not import the CSS file in SSR
Your Example Website or App
Steps to Reproduce the Bug or Issue
Disable JS. There's an anchor tag for components loaded with import Component from "...", lazy(() => import("Component")) and solid-start's <FileRoutes />, the components imports a CSS file that colors the corresponding anchor tag red.
Expected behavior
The component imported using lazy(() => import("Component")) should load the imported CSS file in SSR but it does it only after hydration.
Screenshots or Videos
No response
Platform
- OS: Linux
- Browser: Firefox
- Version: 106
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working