Skip to content

feat(menu): allow passing props to menu group child menu (#1454) #3453

feat(menu): allow passing props to menu group child menu (#1454)

feat(menu): allow passing props to menu group child menu (#1454) #3453

Triggered via push January 6, 2025 07:58
Status Failure
Total duration 50s
Artifacts

main.yml

on: push
Run Studio End-to-end tests  /  prepare
Run Studio End-to-end tests / prepare
Matrix: test
Run Studio End-to-end tests  /  cache-cli
Run Studio End-to-end tests / cache-cli
Semantic release
0s
Semantic release
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
Run Studio End-to-end tests / merge-reports
Matrix: Run Studio End-to-end tests / cleanup
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

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