We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i put undefined or null in the array, the expected behavior doesn't work. Doc example: https://panda-css.com/docs/concepts/responsive-design#the-array-syntax One way around this problem is to fill in all the values.
undefined
null
https://play.panda-css.com/jYzrB4bONk
Try to resize to test
React (TS)
0.14.0
Firefox
No response
The text was updated successfully, but these errors were encountered:
fix(#1365): keep extracted nullish values (#1366)
be24d1a
No branches or pull requests
Description
When i put
undefined
ornull
in the array, the expected behavior doesn't work.Doc example: https://panda-css.com/docs/concepts/responsive-design#the-array-syntax
One way around this problem is to fill in all the values.
Link to Reproduction
https://play.panda-css.com/jYzrB4bONk
Steps to reproduce
Try to resize to test
JS Framework
React (TS)
Panda CSS Version
0.14.0
Browser
Firefox
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: