Change was introduced in #24738, After that PR it's no longer possible to reuse the prop type using Partial<MenuItemProps> because of the typed event handler.
In the below repro, simply remove the onClick handler to remove the TS error
https://codesandbox.io/s/still-https-kjlbz5?file=/example.tsx
Change was introduced in #24738, After that PR it's no longer possible to reuse the prop type using
Partial<MenuItemProps>because of the typed event handler.In the below repro, simply remove the
onClickhandler to remove the TS errorhttps://codesandbox.io/s/still-https-kjlbz5?file=/example.tsx