You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 22.3.0: Sun Dec 4 18:17:21 PST 2022; root:xnu-8792.80.21.0.2~9/RELEASE_ARM64_T6000 Binaries: Node: 16.15.0 npm: 8.5.5 Yarn: 3.2.4 pnpm: 7.0.0 Relevant packages: next: 13.2.4-canary.4 eslint-config-next: 12.1.6 react: 18.2.0 react-dom: 18.2.0
Which area(s) of Next.js are affected? (leave empty if unsure)
App directory (appDir: true)
Link to the code that reproduces this issue
https://github.com/Arctomachine/next-prefetch-css-modules-bug
To Reproduce
Describe the Bug
While
layout.css
will be properly awaited before rendering,page.css
will be not and unstyled page content will be displayed for a brief period.It is also important to note that layout.css and page.css have different origins.
Related:
Expected Behavior
page.css
is awaited before rendering page content.Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: