feat(menu): allow passing props to menu group child menu (#1454) #3453
Annotations
2 errors and 1 warning
Run pnpm ts:check:
src/core/components/menu/menuGroup.tsx#L133
Type '{ children: ReactNode; focusFirst?: boolean | undefined; focusLast?: boolean | undefined; onClickOutside: ((event: MouseEvent) => void) | undefined; onEscape: (() => void) | undefined; ... 16 more ...; onMouseEnter: () => void; }' is not assignable to type 'Omit<MenuProps & Omit<HTMLProps<HTMLDivElement>, "height" | "role" | "tabIndex" | "as">, "ref">'.
|
Run pnpm ts:check
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading