We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a continuation of #1152 with a new reproduction.
Having a project half migrated to the app directory breaks the CSS in the pages in /pages.
The code that fixes the CSS loading in pages only checks that the app directory is created, not that it's in use for that specific page.
pages: home
pages: other
https://stackblitz.com/edit/stackblitz-starters-xzcmes
System: OS: macOS 14.2.1 CPU: (10) arm64 Apple M1 Max Memory: 542.77 MB / 32.00 GB Shell: 3.7.0 - /opt/homebrew/bin/fish Binaries: Node: 18.19.1 - ~/Library/Caches/fnm_multishells/34040_1712568811215/bin/node npm: 10.2.4 - ~/Library/Caches/fnm_multishells/34040_1712568811215/bin/npm pnpm: 8.15.6 - ~/Library/Caches/fnm_multishells/34040_1712568811215/bin/pnpm bun: 1.0.33 - ~/.bun/bin/bun Browsers: Chrome: 123.0.6312.107 Safari: 17.2.1 npmPackages: @vanilla-extract/css: 1.14.2 => 1.14.2 @vanilla-extract/dynamic: 2.1.0 => 2.1.0 @vanilla-extract/next-plugin: 2.4.0 => 2.4.0 @vanilla-extract/vite-plugin: ^3.9.2 => 3.9.5 vite: ^5.1.3 => 5.1.4 webpack: ^5.88.2 => 5.90.0
pnpm
No response
The text was updated successfully, but these errors were encountered:
Same issue, confirmed #1152 doesn't fix
"next": "^14.0.4" "@vanilla-extract/css": "^1.15.1" "@vanilla-extract/next-plugin": "^2.4.0"
Sorry, something went wrong.
Note that this issue doesn't appear with css module: https://stackblitz.com/edit/stackblitz-starters-2ebzry
So it's seems to be related to vanilla extract
This issue seems related to this one vercel/next.js#53858
No branches or pull requests
Describe the bug
This is a continuation of #1152 with a new reproduction.
Having a project half migrated to the app directory breaks the CSS in the pages in /pages.
The code that fixes the CSS loading in pages only checks that the app directory is created, not that it's in use for that specific page.
How to reproduce
pages: home
topages: other
. CSS ofpages: other
is not loadedpages: home
. CSS ofpages: home
is not loaded nowReproduction
https://stackblitz.com/edit/stackblitz-starters-xzcmes
System Info
Used Package Manager
pnpm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: