Panda v2 feedback #3599
Replies: 3 comments 4 replies
-
|
Awesome work! I'll give it a test soon and provide any feedback |
Beta Was this translation helpful? Give feedback.
-
v2 regression: nested
|
Beta Was this translation helpful? Give feedback.
-
|
v2 regression: Oxc extractor fails on top-level A Env
Minimal repro — ---
import { SOME_FLAG } from 'astro:env/client'
if (SOME_FLAG === '') {
return null
}
---
<div />Default Behavior
Root cause Per Asks
Current workaround: This regression isn't mentioned in |
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.
-
Panda v2 is in beta. Same Panda you know,
css(), recipes, patterns, tokens, conditions. The engine underneath is rewritten in Rust. It's fast, and it's still rough in spots. This is where you tell us about both.Install:
Start here: v2 beta guide & migration — setup, what changed, and what is in progress.
What helps most:
panda debugand attach the dump from<outdir>/debug— it's how we reproduce.And the wins 🎉
We'd love to hear those too. Faster builds, a smooth migration, something that just worked, drop it here. Numbers (before/after build times, bundle size) are great, but "it felt snappier" counts too.
Found a bug with a repro, shipped v2 to production, or just thinking out loud, or stuck on setup? Drop it here.
Beta Was this translation helpful? Give feedback.
All reactions