cschroeter / park-ui

Beautifully designed components built on Ark UI that work for the JS and CSS frameworks of your choice.
https://park-ui.com
MIT License
1.47k stars 59 forks source link

[Heading] Props are applied but not available via code completion #357

Open corydeppen opened 1 week ago

corydeppen commented 1 week ago

When using the Heading component, the props are being applied as expected but they do not appear in the code completion list. The only props that appear in the list are key and ref.

It's also worth noting that, in addition to the react/display-name ESLint errors mentioned in #331, there are type errors on both the Text and Heading components that were installed using the Park UI CLI.

https://stackblitz.com/edit/github-eegtsk?file=src%2Fapp%2Fpage.tsx