Beautifully designed components built with Ark UI and Panda CSS that work with a variety of JS frameworks.
1.74k
stars
75
forks
source link
Text components' ref does not cast to correct element type when using `as` property #450
Open
bohdanbirdie opened 1 month ago
When using
Text
component withas
property to change the element from<p/>
to<span/>
the ref types are not castedIssue seems to be propagated from the
styled
call with the cast to a specific element