Next.js Discord

Discord Forum

CSS modules not working in not-found.tsx

Unanswered
southclaws posted this in #help-forum
Open in Discord
This issue, but occurring on latest stable version: https://github.com/vercel/next.js/issues/48133

3 Replies

Importing the CSS module manually inside not-found.tsx fixes it, but definitely still a bug on latest.
cc @Peterbald I saw you pushed a PR that fixed it https://github.com/vercel/next.js/pull/49155/files but it seems to be still occurring
@southclaws Importing the CSS module manually inside `not-found.tsx` fixes it, but definitely still a bug on latest.
Oh wait never mind, it randomly flip-flops between valid and invalid...