BackdropFilter not working as expected #3273
-
DescriptionI'm trying to achieve the following css rule: In this demo it works just fine: But for some reason in my project it only shows this: Even though i do see it in the generated index.css like this: Any idea what can cause this? It's driving me nuts.. thanks. Link to Reproductionhttps://play.panda-css.com/Kxqd_8YZKN Steps to reproduce
JS FrameworkReact / Next.js Panda CSS Version0.53.7 BrowserLatest Chrome for both tests Operating System
Additional InformationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
That's weird. Sounds things that come to mind:
Definitely a strange error. |
Beta Was this translation helpful? Give feedback.
-
|
Has the actual issue been identified? Next 16 is probably going to be released this week and turbopack is going to be the default for dev and prod builds. |
Beta Was this translation helpful? Give feedback.


I think the solution is by downgrading your nextjs version to 15.0.4 @sjaakbanaan and it will work again if you want to keep using
--turbopack. If you are okay with not using the--turbopackfeatures, you can disabled it just like what @segunadebayo suggest, I've tried both solution and it works.