Sanjay Twisk

Results 3 comments of Sanjay Twisk

Running into the same issue on Github Actions. The error pops up sporadically and at random. Never happens within my local development environment.

@anubra266 Unfortunately I cannot share the repository that I'm working on. I tried to create a basic repo with NextJS and PandaCSS but so far I'm not able to reproduce...

@anubra266 I ran into a similar problem when using back ticks instead of quotes: ```ts styled('div', { height: `var(--max-height)`, }) ``` @drphelps could this be the same for you?