Renaming a utility property gives the wrong type when using it... #2736
Astute-Coder
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When renaming a property e.g. in my case we have flxDirection that needs to map to flexDirection we get some typing when used on an element but not the same as what it should be for flexDirection. So in the playground: https://play.panda-css.com/viec0wA_ny - you can clearly see that the type for my custom "flex" property does not match that of the actual property.
I'm not sure if what I have done is correct? if not can what I am looking for be achieved?
Link to Reproduction
https://play.panda-css.com/viec0wA_ny
Steps to reproduce
see above description
JS Framework
No response
Panda CSS Version
0.42.0
Browser
No response
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions