Description
When I add cornerShape to a css function, it is an unknown property.
Link to Reproduction
https://play.panda-css.com/EmhsSrciQ2
Steps to reproduce
css({
borderRadius: 4,
cornerShape: "squircle" // Error: unknown property.
})
JS Framework
React (TS)
Panda CSS Version
1.4.1
Browser
Chrome Latest
Operating System
Additional Information
No response
Description
When I add
cornerShapeto a css function, it is an unknown property.Link to Reproduction
https://play.panda-css.com/EmhsSrciQ2
Steps to reproduce
css({
borderRadius: 4,
cornerShape: "squircle" // Error: unknown property.
})
JS Framework
React (TS)
Panda CSS Version
1.4.1
Browser
Chrome Latest
Operating System
Additional Information
No response