Replies: 1 comment 1 reply
-
This could be related to some closed postcss issues like #1104 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When I add the postcss plugin in my

vite.config.ts
file I get a TS error:After investigating the issue I noticed I have two postcss versions: 8.4.35 (PandaCSS' required version) and 8.4.38 (Vite's version).
Since the postcss plugin is just using the postcss type definition, would it be possible to use a peer dependency instead?
Thanks!
Link to Reproduction
https://github.com/rcoedo/pandacss-postcss-bug
Steps to reproduce
Open
vite.config.ts
and there will be a typescript error like the one mentioned.JS Framework
React
Panda CSS Version
0.37.2
Browser
No response
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions