import { Item, ItemProps } from 'react-contexify'; export function ItemWithDataTestId({ children, ...props }: ItemProps) { return ( {children} ); }