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
After upgrade @vanilla-extract/next-plugin from 2.3.5 to v2.3.6, Didn't get a result from child compiler error occurs when dynamic routes params like /blogs/[blog-id], but /blogs/[id] don't occur error.
➜ npn run dev
>[email protected] dev
> next dev
▲ Next.js 14.1.0
- Local: http://localhost:3000
✓ Ready in 2.7s
○ Compiling /blogs/[blog-id] ...
⨯ ./src/app/blogs/[blog-id]/page.css.ts
Error: Didn't get a result from child compilerImport trace for requested module:./src/app/blogs/[blog-id]/page.css.ts ⨯ ./src/app/blogs/[blog-id]/page.css.ts
Validations
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
@mrm007
Thanks!
However, I do not understand the modified PR that you taught me due to my lack of technical skills, and it appears difficult to resolve this issue on my own.
Is it possible for one of the maintainers to handle this issue?
@Katsukiniwa sorry, I didn't mean to say the solution is in the linked PR. Just a note to self and for @askoufis, who recently worked on that part of the codebase.
Describe the bug
After upgrade @vanilla-extract/next-plugin from 2.3.5 to v2.3.6,
Didn't get a result from child compiler
error occurs when dynamic routes params like /blogs/[blog-id], but /blogs/[id] don't occur error.This is minimum reproduce repository
https://github.com/Katsukiniwa/nextjs-vanilla-extract-css-playground
reproduce step is
npm install
npm run dev
http://localhost:3000/blogs/1
Reproduction
https://github.com/Katsukiniwa/nextjs-vanilla-extract-css-playground/actions/runs/7880973075/job/21503841452
System Info
Used Package Manager
npm
Logs
Validations
The text was updated successfully, but these errors were encountered: