feat(menu): allow passing props to menu group child menu (#1454) #3453
main.yml
on: push
build
42s
Run Studio End-to-end tests
/
prepare
Matrix: test
Semantic release
0s
Matrix: Run Studio End-to-end tests / install
Waiting for pending jobs
Matrix: Run Studio End-to-end tests / playwright-test
Waiting for pending jobs
Run Studio End-to-end tests
/
merge-reports
Matrix: Run Studio End-to-end tests / cleanup
Waiting for pending jobs
Annotations
2 errors and 1 warning
build:
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">'.
|
build
Process completed with exit code 2.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|