You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When specifying jsxStyleProps: "none" | "minimal" in the panda.config.ts, typescript types are still generated as for jsxStyleProps: "all". The actual props do not have an effect, so it seems to be just on the type level.
Description
Hi,
When specifying
jsxStyleProps: "none" | "minimal"
in thepanda.config.ts
, typescript types are still generated as forjsxStyleProps: "all"
. The actual props do not have an effect, so it seems to be just on the type level.Link to Reproduction
https://stackblitz.com/edit/vitejs-vite-82o8wx?file=src%2FApp.tsx&terminal=dev
Steps to reproduce
jsxStyleProps: "none" | "minimal"
<styled.button p="4">Hello</styled.button>
JS Framework
React (TS)
Panda CSS Version
0.40.0
Browser
Operating System
Additional Information
This was still working in version
0.37.2
The text was updated successfully, but these errors were encountered: