Replies: 3 comments 4 replies
-
I'm using park-ui in a vite@lates project and I'm finding that it takes 5~infinite seconds to load the page, which I just realized is caused by pandacss. I ran into this problem a couple months ago and was busy with other things, but I didn't realize it was still happening. |
Beta Was this translation helpful? Give feedback.
-
Hi @adaboese, Thanks for reporting this. Could you run the panda debug command and possibly share the output of styled-system/debug with us. This will help track down the root cause of the issue. In the meantime, consider downgrading to 0.20.x |
Beta Was this translation helpful? Give feedback.
-
hey, we're fixing it (among other improvements) here #1860 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes Panda will randomly take 30-90 seconds to extract CSS.
How do I troubleshoot what's happening in those cases?
It's happening while developing https://aimd.app/, which is really a medium size app, so I doubt it can be the size of the project. It must be that it is picking up some files that it shouldn't.
If I run
panda analyze
, I only get the files that I am expecting to see:Beta Was this translation helpful? Give feedback.
All reactions