Next.js Discord

Discord Forum

Dynamic css import

Unanswered
Giant panda posted this in #help-forum
Open in Discord
Giant pandaOP
next js 13 (dir app): I am importing a dynamic component with next/dynamic to render depending on what an api responds (which works) but inside that component I import a css and the styles are not loaded, I guess that being dynamic the component does not work that import. The path is correct, in other components that do not load dynamic works as it should normally work in react. Any solution?

0 Replies