Skip to content

feat(drawer): add events #86

feat(drawer): add events

feat(drawer): add events #86

Triggered via pull request August 28, 2024 12:01
Status Failure
Total duration 1m 57s
Artifacts

build-core.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
build (20.x)
Process completed with exit code 2.
build (22.x)
Process completed with exit code 2.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/dropdown/dropdown.tsx#L202
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/dropdown/dropdown.tsx#L217
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/drawer/drawer.tsx#L161
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.
lint/a11y/useKeyWithClickEvents: packages/core/src/components/accordion/accordion.tsx#L117
Enforce to have the onClick mouse event with the onKeyUp, the onKeyDown, or the onKeyPress keyboard event.