konstaui / konsta

Mobile UI components made with Tailwind CSS
https://konstaui.com
MIT License
3.3k stars 119 forks source link

add 'subtitle' props to MenuListItem.d.ts. #195

Closed zerodice0 closed 1 month ago

zerodice0 commented 3 months ago

https://github.com/konstaui/konsta/issues/194

image

This seems to happen because MenuListItemProps inherits from HTMLElement, which has a title but no subtitle. If you add 'subtitle' to MenuListItem.d.ts like this, the warning will not occur.

image

nolimits4web commented 1 month ago

t0ggles-create konsta

t0ggles[bot] commented 1 month ago

Task nolimits4web/KONSTA-74 was created

t0ggles task KONSTA-74

t0ggles[bot] commented 1 month ago

Task nolimits4web/KONSTA-74 status changed to Done

nolimits4web commented 1 month ago

merged, thank you!