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

Menu component has errors with panda-css and new @ark-ui/solid 3.0 #320

Open dannylin108 opened 1 month ago

dannylin108 commented 1 month ago

itemIndicator and itemText are not recognized as valid recipe names, so these lines can not be tsc-ed:

export const ItemIndicator = withContext<Assign<JsxStyleProps, Menu.ItemIndicatorProps>>(
  Menu.ItemIndicator,
  'itemIndicator',
)

export const ItemText = withContext<Assign<JsxStyleProps, Menu.ItemTextProps>>(
  Menu.ItemText,
  'itemText',
)