#CSS Modules Missing When Using Parallel and Intercepted Routes

1 messages · Page 1 of 1 (latest)

chilly mantle
#

I have a modal using parallel and intercepted routes, but as of Next 13.4 the stylesheets don't render when the route is intercepted. The class names are correct, but the style rules are missing

keen vergeBOT
#

Hi @chilly mantle. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the Next.js documentation on Parallel Routes (https://nextjs.org/docs/app/building-your-application/routing/parallel-routes) and Intercepting Routes (https://nextjs.org/docs/app/building-your-application/routing/intercepting-routes) for more information on how to work with these features.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

Simultaneously render one or more pages in the same view that can be navigated independently. A pattern for highly dynamic applications.

Use intercepting routes to load a new route within the current layout while masking the browser URL, useful for advanced routing patterns such as modals.