Next.js Discord

Discord Forum

Dynamic import and css modules doesn't initially load CSS on server renders

Unanswered
Multiply posted this in #help-forum
Open in Discord
So for a long time, we've seen css modules that are imported by a component which is loaded through next/dynamic imports, will only load the CSS when it is rehydrated in the client during development. (app and pages router)
Is there a way to make dynamically imported components also import the CSS server side?

0 Replies